From 4c82c3ccdc1344ee11e9775dbdbdf43aa8a5614e Mon Sep 17 00:00:00 2001 From: Khyber Sen Date: Mon, 7 Jul 2025 23:15:12 -0400 Subject: [PATCH] Remove GitHub URL shorteners (git.io) as they no longer work. (#164) Fixes #163. --- install_and_cache_pkgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_and_cache_pkgs.sh b/install_and_cache_pkgs.sh index e72ace6..b96f969 100755 --- a/install_and_cache_pkgs.sh +++ b/install_and_cache_pkgs.sh @@ -21,7 +21,7 @@ input_packages="${@:3}" if ! apt-fast --version > /dev/null 2>&1; then log "Installing apt-fast for optimized installs..." # Install apt-fast for optimized installs. - /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)" log "done" log_empty_line