Skip to content

Commit 6d42170

Browse files
authored
Update install.sh to use goblin.run instead of old domain (#17)
* Update install.sh
1 parent 3541561 commit 6d42170

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,13 @@ start() {
193193
install "$tmp" "$prefix"
194194
else
195195
log_info "Permissions required for installation to $prefix — alternatively specify a new directory with:"
196-
log_info " $ curl -sf https://goblin.reaper.im/$pkg@$version | PREFIX=. sh"
196+
log_info " $ curl -sf https://goblin.run/$pkg@$version | PREFIX=. sh"
197197
sudo install "$tmp" "$prefix"
198198
fi
199199

200200
log_info "Installation complete"
201201
echo
202202
}
203203

204-
start
204+
start
205+

0 commit comments

Comments
 (0)