fix(install.sh): fix installation script for remote hosts (#15288)

This commit is contained in:
Muhammad Atif Ali
2024-10-30 03:49:28 -07:00
committed by GitHub
parent 823a2ea22e
commit df6afd3354
+1 -1
View File
@@ -363,7 +363,7 @@ main() {
if [ "${RSH_ARGS-}" ]; then
RSH="${RSH-ssh}"
echoh "Installing remotely with $RSH $RSH_ARGS"
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"
return
fi