Skip to content

Commit 6ee1e5d

Browse files
committed
install.sh: Add --start to start code-server automatically
Will also forward the port locally when using ssh. Closes #2219
1 parent a9a6941 commit 6ee1e5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install.sh

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ Usage:
4545
and the binary symlinked into ~/.local/bin/code-server
4646
To install system wide pass ---prefix=/usr/local
4747
48+
--start
49+
Starts code-server after installation. If installing remotely and
50+
the remote shell is ssh, then the remote port code-server is running
51+
on is also forwarded locally for easy access.
52+
4853
--rsh <bin>
4954
Specifies the remote shell for remote installation. Defaults to ssh.
5055

0 commit comments

Comments
 (0)