From 72d93120ff796b9aa323f388be23026c5ca96773 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sun, 21 Jan 2024 10:05:36 +0500 Subject: [PATCH] update snappy version, ref https://github.com/usmannasir/cyberpanel/issues/1183 --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):