Update vst-install-debian.sh

This commit is contained in:
dpeca 2019-08-17 19:34:04 +02:00 committed by GitHub
commit 1613744d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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