From b2af7fe5a323d5e276e8cc0086660050a5046936 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 25 Mar 2021 16:09:19 -0700 Subject: [PATCH] fix: use main instead of version in install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0e199f21a..86c7a01f0 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ set -eu # code-server's automatic install script. -# See https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md +# See https://github.com/cdr/code-server/blob/main/docs/install.md usage() { arg0="$0" @@ -67,7 +67,7 @@ Usage: It will cache all downloaded assets into ~/.cache/code-server -More installation docs are at https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md +More installation docs are at https://github.com/cdr/code-server/blob/main/docs/install.md EOF }