diff --git a/lscpd-0.2.4 b/lscpd-0.2.4 new file mode 100644 index 000000000..8dc0b63ba Binary files /dev/null and b/lscpd-0.2.4 differ diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 6d40596cf..896e5e2d5 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -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'