Skip to content

Commit fdcd5c6

Browse files
authored
Updated installer/core version
1 parent 0526016 commit fdcd5c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sentora_update.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
##
3535
# SENTORA_CORE/UPDATER_VERSION
3636
# master - latest unstable
37-
# 2.0.1 - example stable tag
37+
# 2.0.2 - example stable tag
3838
##
3939

40-
SENTORA_UPDATER_VERSION="master"
41-
SENTORA_PRECONF_VERSION="master"
42-
SENTORA_CORE_VERSION="master"
40+
SENTORA_UPDATER_VERSION="2.0.2"
41+
SENTORA_PRECONF_VERSION="2.0.2"
42+
SENTORA_CORE_VERSION="2.0.2"
4343

4444
PANEL_PATH="/etc/sentora"
4545
PANEL_CONF="/etc/sentora/configs"
@@ -624,4 +624,4 @@ if [[ "$INSTALL" != "auto" ]] ; then
624624
esac
625625
done
626626
shutdown -r now
627-
fi
627+
fi

0 commit comments

Comments
 (0)