From 06ba9e3aa356d6dfa5e3d7f5aba9ed9bad132558 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 21 Oct 2020 17:22:16 -0400 Subject: [PATCH] install.sh: Add --start to start code-server automatically Will also forward the port locally when using ssh. Closes #2219 --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 701beba6..a1f231a3 100755 --- a/install.sh +++ b/install.sh @@ -45,6 +45,11 @@ Usage: and the binary symlinked into ~/.local/bin/code-server To install system wide pass ---prefix=/usr/local + --start + Starts code-server after installation. If installing remotely and + the remote shell is ssh, then the remote port code-server is running + on is also forwarded locally for easy access. + --rsh Specifies the remote shell for remote installation. Defaults to ssh. -- GitLab