Skip to content

Commit

Permalink
change url for prefix install perms
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Feb 6, 2022
1 parent 6e6cc96 commit 9c62503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ start() {
install "$tmp" "$prefix"
else
log_info "Permissions required for installation to $prefix — alternatively specify a new directory with:"
log_info " $ curl -sf https://gobinaries.com/$pkg@$version | PREFIX=. sh"
log_info " $ curl -sf https://goblin.reaper.im/$pkg@$version | PREFIX=. sh"
sudo install "$tmp" "$prefix"
fi

Expand Down

0 comments on commit 9c62503

Please sign in to comment.