diff --git a/install/install.py b/install/install.py index bef1a09d1..4dfcd678f 100755 --- a/install/install.py +++ b/install/install.py @@ -102,7 +102,7 @@ class preFlightsChecks: debug = 1 cyberPanelMirror = "mirror.cyberpanel.net/pip" cdn = 'cyberpanel.sh' - SnappyVersion = '2.15.3' + SnappyVersion = '2.25.3' def __init__(self, rootPath, ip, path, cwd, cyberPanelPath, distro, remotemysql=None, mysqlhost=None, mysqldb=None, mysqluser=None, mysqlpassword=None, mysqlport=None):