We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f3030 commit a0b7bf2Copy full SHA for a0b7bf2
1 file changed
install.sh
@@ -181,6 +181,7 @@ main() {
181
done
182
183
if [ "${RSH_ARGS-}" ]; then
184
+ RSH="${RSH-ssh}"
185
echoh "Installing remotely with $RSH $RSH_ARGS"
186
curl -fsSL https://code-server.dev/install.sh | prefix "$RSH_ARGS" "$RSH" "$RSH_ARGS" sh -s -- "$ALL_FLAGS"
187
return
0 commit comments