Skip to content

Commit

Permalink
Updated installer/core version
Browse files Browse the repository at this point in the history
  • Loading branch information
TGates71 committed May 1, 2024
1 parent 0526016 commit fdcd5c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sentora_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
##
# SENTORA_CORE/UPDATER_VERSION
# master - latest unstable
# 2.0.1 - example stable tag
# 2.0.2 - example stable tag
##

SENTORA_UPDATER_VERSION="master"
SENTORA_PRECONF_VERSION="master"
SENTORA_CORE_VERSION="master"
SENTORA_UPDATER_VERSION="2.0.2"
SENTORA_PRECONF_VERSION="2.0.2"
SENTORA_CORE_VERSION="2.0.2"

PANEL_PATH="/etc/sentora"
PANEL_CONF="/etc/sentora/configs"
Expand Down Expand Up @@ -624,4 +624,4 @@ if [[ "$INSTALL" != "auto" ]] ; then
esac
done
shutdown -r now
fi
fi

0 comments on commit fdcd5c6

Please sign in to comment.