Install apt-fast to remove CLI warning.

This commit is contained in:
awalsh128 2022-08-02 19:52:39 -07:00
parent 58300fb993
commit bccf073335
2 changed files with 7 additions and 3 deletions

View file

@ -7,9 +7,6 @@ set -e
script_dir="$(dirname -- "$(realpath -- "${0}")")" script_dir="$(dirname -- "$(realpath -- "${0}")")"
source "${script_dir}/lib.sh" source "${script_dir}/lib.sh"
# Install apt-fast for optimized installs.
/bin/bash -c "$(curl -sL https://git.io/vokNn)"
# Directory that holds the cached packages. # Directory that holds the cached packages.
cache_dir="${1}" cache_dir="${1}"

View file

@ -37,6 +37,13 @@ log "done"
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
versioned_packages="" versioned_packages=""
log "Verifying packages..." log "Verifying packages..."
for package in ${packages}; do for package in ${packages}; do