mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix(install.sh): fix installation script for remote hosts (#15288)
This commit is contained in:
committed by
GitHub
parent
823a2ea22e
commit
df6afd3354
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user