diff --git a/scripts/bootstrap-aio.sh b/scripts/bootstrap-aio.sh index ebee530b3b..88f2c1258c 100755 --- a/scripts/bootstrap-aio.sh +++ b/scripts/bootstrap-aio.sh @@ -76,7 +76,7 @@ if [ ! "$(grep -e '^nameserver 8.8.8.8' -e '^nameserver 8.8.4.4' /etc/resolv.con fi # Ensure that the https apt transport is available before doing anything else -apt-get update && apt-get install -y apt-transport-https +apt-get update && apt-get install -y apt-transport-https < /dev/null # Set the host repositories to only use the same ones, always, for the sake of consistency. cat > /etc/apt/sources.list <