Skip to content

Commit

Permalink
nit: use updated webi url
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Jan 15, 2023
1 parent b644f96 commit 54258f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cmd_launcher_install() { (
fn_require_curl

if ! command -v serviceman > /dev/null; then
curl --max-time 5.5 -fsSL https://webinstall.dev/serviceman | sh
curl --max-time 5.5 -fsSL https://webi.sh/serviceman | sh
# shellcheck disable=SC1090
. ~/.config/envman/PATH.env
fi
Expand Down

0 comments on commit 54258f5

Please sign in to comment.