From befa76d09d16a9c4b135e9a773ea4d64e53669b1 Mon Sep 17 00:00:00 2001 From: Michael Tinsley Date: Mon, 27 Feb 2023 22:57:57 +0000 Subject: [PATCH] Fix extra prefix dashes in install.sh (#6028) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0829133f0..d9bed9a4b 100755 --- a/install.sh +++ b/install.sh @@ -46,7 +46,7 @@ Usage: Sets the prefix used by standalone release archives. Defaults to ~/.local The release is unarchived into ~/.local/lib/code-server-X.X.X and the binary symlinked into ~/.local/bin/code-server - To install system wide pass ---prefix=/usr/local + To install system wide pass --prefix=/usr/local --rsh Specifies the remote shell for remote installation. Defaults to ssh.