From 916d3c085cd86e71b460ff49677f56a444ff95f8 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 19 May 2025 17:51:32 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.3.1/UPDATE.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/version/1.3.1/UPDATE.sh b/version/1.3.1/UPDATE.sh index 35bc1840..84e0b255 100644 --- a/version/1.3.1/UPDATE.sh +++ b/version/1.3.1/UPDATE.sh @@ -57,3 +57,11 @@ if is_container_running "openpanel"; then else echo "Container 'openpanel' is not running. Skipping restart." fi + + + + +echo "" +echo "📥 Changing branch from '1.1' to 'main' for OpenCLI scripts.." +rm -rf /usr/local/opencli +cd /usr/local/ && git clone https://github.com/stefanpejcic/opencli