This commit is contained in:
myvesta 2019-07-12 14:33:06 +02:00 committed by GitHub
commit 4b184ab7f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,7 +260,7 @@ if [ ! -e '/usr/bin/wget' ]; then
fi
# Checking repository availability
wget -q "c.vestacp.com/deb_signing.key" -O /dev/null
wget -q "c.mycity-hosting.com/deb_signing.key" -O /dev/null
check_result $? "No access to Vesta repository"
# Check installed packages
@ -623,7 +623,7 @@ echo -e '#!/bin/sh \nexit 101' > /usr/sbin/policy-rc.d
chmod a+x /usr/sbin/policy-rc.d
# Install apt packages
apt-get --allow-unauthenticated -y install $software
apt-get -y install $software
check_result $? "apt-get install failed"
# Restore policy