Revert "Don't install apt-fast from source (#96)"

This reverts commit 854bb539e1.
This commit is contained in:
Pascal Roeleven 2023-03-07 10:49:37 +01:00
parent 946776e670
commit 65cf98ee12

View file

@ -37,6 +37,13 @@ write_manifest "main" "${manifest_main}" "${cache_dir}/manifest_main.log"
log_empty_line 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..." log "Updating APT package list..."
if [[ -z "$(find -H /var/lib/apt/lists -maxdepth 0 -mmin -5)" ]]; then if [[ -z "$(find -H /var/lib/apt/lists -maxdepth 0 -mmin -5)" ]]; then
sudo apt-fast update > /dev/null sudo apt-fast update > /dev/null