File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88export PATH=$PATH :/sbin
99export DEBIAN_FRONTEND=noninteractive
1010RHOST=' apt.hestiacp.com'
11- CHOST= ' c .hestiacp.com'
11+ GPG= ' gpg .hestiacp.com'
1212VERSION=' debian'
1313HESTIA=' /usr/local/hestia'
1414memory=$( grep ' MemTotal' /proc/meminfo | tr ' ' ' \n' | grep [0-9])
@@ -274,7 +274,7 @@ if [ ! -e '/usr/bin/wget' ]; then
274274fi
275275
276276# Checking repository availability
277- wget -q " https://gpg.hestiacp.com /deb_signing.key" -O /dev/null
277+ wget -q " https://$GPG /deb_signing.key" -O /dev/null
278278check_result $? " No access to Hestia repository"
279279
280280# Check installed packages
Original file line number Diff line number Diff line change 88export PATH=$PATH :/sbin
99export DEBIAN_FRONTEND=noninteractive
1010RHOST=' apt.hestiacp.com'
11- CHOST= ' c .hestiacp.com'
11+ GPG= ' gpg .hestiacp.com'
1212VERSION=' ubuntu'
1313HESTIA=' /usr/local/hestia'
1414memory=$( grep ' MemTotal' /proc/meminfo | tr ' ' ' \n' | grep [0-9])
@@ -253,7 +253,7 @@ if [ ! -e '/usr/bin/wget' ]; then
253253fi
254254
255255# Checking repository availability
256- wget -q " https://gpg.hestiacp.com /deb_signing.key" -O /dev/null
256+ wget -q " https://$GPG /deb_signing.key" -O /dev/null
257257check_result $? " No access to Hestia repository"
258258
259259# Checking installed packages
You can’t perform that action at this time.
0 commit comments