We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca5f46 commit 4c82c3cCopy full SHA for 4c82c3c
1 file changed
install_and_cache_pkgs.sh
@@ -21,7 +21,7 @@ input_packages="${@:3}"
21
if ! apt-fast --version > /dev/null 2>&1; then
22
log "Installing apt-fast for optimized installs..."
23
# Install apt-fast for optimized installs.
24
- /bin/bash -c "$(curl -sL https://git.io/vokNn)"
+ /bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)"
25
log "done"
26
27
log_empty_line
0 commit comments