We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491712a commit d40e828Copy full SHA for d40e828
bin/v-list-sys-hestia-updates
@@ -61,7 +61,7 @@ shell_list() {
61
#----------------------------------------------------------#
62
63
# Checking official latest version
64
-latest=$(wget -q -T 1 -t 1 http://gpg.hestiacp.com/latest.txt -O -)
+latest=$(wget -q -T 1 -t 1 https://gpg.hestiacp.com/latest.txt -O -)
65
66
# Checking installed hestia version
67
if [ -d "/etc/sysconfig" ]; then
@@ -82,7 +82,7 @@ else
82
TIME=$(date -d @$pkg_date +"%T")
83
fi
84
UPDATED='yes'
85
-if [ ! -z "$latest" ] && [ "$latest" \> "hestia-$VERSION-$RELEASE" ]; then
+if [ ! -z "$latest" ] && [ "$latest" \> "$VERSION-$RELEASE" ]; then
86
UPDATED='no'
87
88
data="NAME='hestia' VERSION='$VERSION' RELEASE='$RELEASE' ARCH='$ARCH'"
0 commit comments