File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22set -eu
33
44# code-server's automatic install script.
5- # See https://github.com/cdr/code-server/blob/v3.8.1 /docs/install.md
5+ # See https://github.com/cdr/code-server/blob/v3.9.0 /docs/install.md
66
77usage () {
88 arg0=" $0 "
6767
6868It will cache all downloaded assets into ~/.cache/code-server
6969
70- More installation docs are at https://github.com/cdr/code-server/blob/v3.8.1 /docs/install.md
70+ More installation docs are at https://github.com/cdr/code-server/blob/v3.9.0 /docs/install.md
7171EOF
7272}
7373
@@ -419,7 +419,7 @@ install_npm() {
419419 echoh
420420 echoerr " Please install npm or yarn to install code-server!"
421421 echoerr " You will need at least node v12 and a few C dependencies."
422- echoerr " See the docs https://github.com/cdr/code-server/blob/v3.8.1 /docs/install.md#yarn-npm"
422+ echoerr " See the docs https://github.com/cdr/code-server/blob/v3.9.0 /docs/install.md#yarn-npm"
423423 exit 1
424424}
425425
You can’t perform that action at this time.
0 commit comments