mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
d5ef538af6
commit
1613744d0a
1 changed files with 1 additions and 5 deletions
|
@ -636,11 +636,7 @@ fi
|
|||
#----------------------------------------------------------#
|
||||
|
||||
# Update system packages
|
||||
if [ $ALLOW_INSECURE_APT -eq 1 ]; then
|
||||
apt-get -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update
|
||||
else
|
||||
apt-get update
|
||||
fi
|
||||
apt-get update
|
||||
|
||||
# Disable daemon autostart /usr/share/doc/sysv-rc/README.policy-rc.d.gz
|
||||
echo -e '#!/bin/sh \nexit 101' > /usr/sbin/policy-rc.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue