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