Skip to content

Commit 4c82c3c

Browse files
authored
Remove GitHub URL shorteners (git.io) as they no longer work. (#164)
Fixes #163.
1 parent 7ca5f46 commit 4c82c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_and_cache_pkgs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ input_packages="${@:3}"
2121
if ! apt-fast --version > /dev/null 2>&1; then
2222
log "Installing apt-fast for optimized installs..."
2323
# Install apt-fast for optimized installs.
24-
/bin/bash -c "$(curl -sL https://git.io/vokNn)"
24+
/bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)"
2525
log "done"
2626

2727
log_empty_line

0 commit comments

Comments
 (0)