From 66b2dc6e4bfb80fc4c96476fcd10169d4f1e63f6 Mon Sep 17 00:00:00 2001 From: Pascal Roeleven Date: Fri, 24 Feb 2023 08:50:56 +0100 Subject: [PATCH] Don't install apt-fast from source --- install_and_cache_pkgs.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install_and_cache_pkgs.sh b/install_and_cache_pkgs.sh index 3ef616d..a5aeffd 100755 --- a/install_and_cache_pkgs.sh +++ b/install_and_cache_pkgs.sh @@ -37,13 +37,6 @@ write_manifest "main" "${manifest_main}" "${cache_dir}/manifest_main.log" log_empty_line -log "Installing apt-fast for optimized installs..." -# Install apt-fast for optimized installs. -/bin/bash -c "$(curl -sL https://git.io/vokNn)" -log "done" - -log_empty_line - log "Updating APT package list..." if [[ -z "$(find -H /var/lib/apt/lists -maxdepth 0 -mmin -5)" ]]; then sudo apt-fast update > /dev/null