未验证 提交 e4c82a09 编写于 作者: B Ben

update branch in URLs

上级 3dcb92be
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -eu set -eu
# code-server's automatic install script. # code-server's automatic install script.
# See https://github.com/cdr/code-server/blob/master/docs/install.md # See https://github.com/cdr/code-server/blob/v3.8.1/docs/install.md
usage() { usage() {
arg0="$0" arg0="$0"
...@@ -67,7 +67,7 @@ Usage: ...@@ -67,7 +67,7 @@ Usage:
It will cache all downloaded assets into ~/.cache/code-server It will cache all downloaded assets into ~/.cache/code-server
More installation docs are at https://github.com/cdr/code-server/blob/master/docs/install.md More installation docs are at https://github.com/cdr/code-server/blob/v3.8.1/docs/install.md
EOF EOF
} }
...@@ -419,7 +419,7 @@ install_npm() { ...@@ -419,7 +419,7 @@ install_npm() {
echoh echoh
echoerr "Please install npm or yarn to install code-server!" echoerr "Please install npm or yarn to install code-server!"
echoerr "You will need at least node v12 and a few C dependencies." echoerr "You will need at least node v12 and a few C dependencies."
echoerr "See the docs https://github.com/cdr/code-server/blob/master/docs/install.md#yarn-npm" echoerr "See the docs https://github.com/cdr/code-server/blob/v3.8.1/docs/install.md#yarn-npm"
exit 1 exit 1
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册