From fb20aa47b2188f4a5648c60271b6615747c53e14 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 8 Oct 2019 19:25:23 +0200 Subject: [PATCH] Fix install --- install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 6d4f371..0283a6e 100755 --- a/install +++ b/install @@ -120,9 +120,9 @@ _run() { ### if [ -z "$wo_travis" ]; then if command_exists curl; then - apt-get update --allow-releaseinfo-change -qq + apt-get update -qq else - apt-get update --allow-releaseinfo-change -qq && apt-get -y install curl -qq > /dev/null 2>&1 + apt-get update -qq && apt-get -y install curl -qq > /dev/null 2>&1 fi fi @@ -225,7 +225,7 @@ wo_apt_mirror() { python3 -m pip install apt-mirror-updater --upgrade }; then /usr/local/bin/apt-mirror-updater -a - apt-get update --allow-releaseinfo-change -qq + apt-get update -qq fi }