Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 8fb4fde

Browse files
authored
replace git.io links with their actual URLs (#1423)
1 parent dfba31d commit 8fb4fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script-library/fish-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ fi
8383
# Install Fisher
8484
if [ "${INSTALL_FISHER}" = "true" ]; then
8585
echo "Installing Fisher..."
86-
fish -c 'curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher'
86+
fish -c 'curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher'
8787
if [ "${USERNAME}" != "root" ]; then
88-
sudo -u $USERNAME fish -c 'curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher'
88+
sudo -u $USERNAME fish -c 'curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher'
8989
fi
9090
fi
9191

0 commit comments

Comments
 (0)