version wise lscpd binary

This commit is contained in:
Usman Nasir
2020-01-30 09:54:56 +05:00
parent 27cc17f0d8
commit e5a9527bbb
2 changed files with 1 additions and 1 deletions

BIN
lscpd-0.2.4 Normal file

Binary file not shown.

View File

@@ -1499,7 +1499,7 @@ CSRF_COOKIE_SECURE = True
if os.path.exists(lscpdPath):
os.remove(lscpdPath)
command = 'wget https://cyberpanel.sh/lscpd-0.2.4 -P /usr/local/lscp/bin/'
command = 'wget https://raw.githubusercontent.com/usmannasir/cyberpanel/v1.9.4/lscpd-0.2.4 -P /usr/local/lscp/bin/'
Upgrade.executioner(command, command, 0)
command = 'rm -f /usr/local/lscp/bin/lscpd'