From 5f751780b37a903ee25909e1e7eee1a6b09237ef Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Tue, 28 Apr 2020 19:53:04 +0300 Subject: [PATCH] remove add-apt-repository -y ppa:apt-fast/stable --- images/linux/scripts/helpers/apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/helpers/apt.sh b/images/linux/scripts/helpers/apt.sh index e95a2160f..d05c07288 100644 --- a/images/linux/scripts/helpers/apt.sh +++ b/images/linux/scripts/helpers/apt.sh @@ -18,6 +18,6 @@ echo "APT::Get::Assume-Yes \"true\";" > /etc/apt/apt.conf.d/90assumeyes # Use apt-fast for parallel downloads apt-get install aria2 -add-apt-repository -y ppa:apt-fast/stable +#add-apt-repository -y ppa:apt-fast/stable apt-get update apt-get -y install apt-fast