From 1613744d0a7f5cb11ceb44b0f1b86c04b899f0d1 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sat, 17 Aug 2019 19:34:04 +0200 Subject: [PATCH] Update vst-install-debian.sh --- install/vst-install-debian.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 5a3bd7a4..d1167db1 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -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