Skip to content

Commit

Permalink
Don't install apt-fast from source (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallj committed Mar 6, 2023
1 parent 797d1a2 commit 854bb53
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions install_and_cache_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 854bb53

Please sign in to comment.