upgrade LS Ent version

This commit is contained in:
Usman Nasir
2019-11-19 11:04:06 +05:00
parent d176935fb7
commit 5fc0ebf658
2 changed files with 15 additions and 11 deletions

View File

@@ -53,13 +53,13 @@ class InstallCyberPanel:
except:
pass
command = 'wget https://www.litespeedtech.com/packages/5.0/lsws-5.3.5-ent-x86_64-linux.tar.gz'
command = 'wget https://www.litespeedtech.com/packages/5.0/lsws-5.4.2-ent-x86_64-linux.tar.gz'
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
command = 'tar zxf lsws-5.3.5-ent-x86_64-linux.tar.gz'
command = 'tar zxf lsws-5.4.2-ent-x86_64-linux.tar.gz'
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
writeSerial = open('lsws-5.3.5/serial.no', 'w')
writeSerial = open('lsws-5.4.2/serial.no', 'w')
writeSerial.writelines(self.serial)
writeSerial.close()