|
|
@@ -476,8 +476,8 @@ fi
|
|
|
|
|
|
# Installing hestia repo
|
|
|
echo "deb https://$RHOST/ $codename main" > $apt/hestia.list
|
|
|
-wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
|
|
|
-apt-key add deb_signing.key
|
|
|
+wget https://gpg.hestiacp.com/deb_signing.key -O /tmp/deb_signing.key
|
|
|
+apt-key add /tmp/deb_signing.key
|
|
|
|
|
|
|
|
|
#----------------------------------------------------------#
|
|
|
@@ -1407,16 +1407,6 @@ chown admin:admin $HESTIA/data/sessions
|
|
|
$HESTIA/bin/v-add-cron-hestia-autoupdate
|
|
|
|
|
|
|
|
|
-#----------------------------------------------------------#
|
|
|
-# Clear Up Files #
|
|
|
-#----------------------------------------------------------#
|
|
|
-
|
|
|
-# Check and remove deb_signing.key
|
|
|
-if [ -f deb_signing.key ]; then
|
|
|
- rm deb_signing.key
|
|
|
-fi
|
|
|
-
|
|
|
-
|
|
|
#----------------------------------------------------------#
|
|
|
# Hestia Access Info #
|
|
|
#----------------------------------------------------------#
|