Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823a2ea commit df6afd3Copy full SHA for df6afd3
install.sh
@@ -363,7 +363,7 @@ main() {
363
if [ "${RSH_ARGS-}" ]; then
364
RSH="${RSH-ssh}"
365
echoh "Installing remotely with $RSH $RSH_ARGS"
366
- curl -fsSL https://coder.dev/install.sh | prefix "$RSH_ARGS" "$RSH" "$RSH_ARGS" sh -s -- "$ALL_FLAGS"
+ curl -fsSL https://coder.com/install.sh | prefix "$RSH_ARGS" "$RSH" "$RSH_ARGS" sh -s -- "$ALL_FLAGS"
367
return
368
fi
369
0 commit comments