mirror of https://git.tuxpa.in/a/code-server.git
install.sh: Default $RSH to ssh
This commit is contained in:
parent
30f3030530
commit
a0b7bf2180
|
@ -181,6 +181,7 @@ main() {
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${RSH_ARGS-}" ]; then
|
if [ "${RSH_ARGS-}" ]; then
|
||||||
|
RSH="${RSH-ssh}"
|
||||||
echoh "Installing remotely with $RSH $RSH_ARGS"
|
echoh "Installing remotely with $RSH $RSH_ARGS"
|
||||||
curl -fsSL https://code-server.dev/install.sh | prefix "$RSH_ARGS" "$RSH" "$RSH_ARGS" sh -s -- "$ALL_FLAGS"
|
curl -fsSL https://code-server.dev/install.sh | prefix "$RSH_ARGS" "$RSH" "$RSH_ARGS" sh -s -- "$ALL_FLAGS"
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue