mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-07-27 04:02:12 +00:00
Remove GitHub URL shorteners (git.io) as they no longer work. (#164)
Fixes #163.
This commit is contained in:
parent
7ca5f46d06
commit
4c82c3ccdc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue