Remove GitHub URL shorteners (git.io) as they no longer work. (#164)

Fixes #163.
This commit is contained in:
Khyber Sen 2025-07-07 23:15:12 -04:00 committed by GitHub
parent 7ca5f46d06
commit 4c82c3ccdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ input_packages="${@:3}"
if ! apt-fast --version > /dev/null 2>&1; then if ! apt-fast --version > /dev/null 2>&1; then
log "Installing apt-fast for optimized installs..." log "Installing apt-fast for optimized installs..."
# Install 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 "done"
log_empty_line log_empty_line