File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
set -eu
3
3
4
4
# code-server's automatic install script.
5
- # See https://github.com/cdr/code-server/blob/master /docs/install.md
5
+ # See https://github.com/cdr/code-server/blob/v3.8.1 /docs/install.md
6
6
7
7
usage () {
8
8
arg0=" $0 "
67
67
68
68
It will cache all downloaded assets into ~/.cache/code-server
69
69
70
- More installation docs are at https://github.com/cdr/code-server/blob/master /docs/install.md
70
+ More installation docs are at https://github.com/cdr/code-server/blob/v3.8.1 /docs/install.md
71
71
EOF
72
72
}
73
73
@@ -419,7 +419,7 @@ install_npm() {
419
419
echoh
420
420
echoerr " Please install npm or yarn to install code-server!"
421
421
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/master /docs/install.md#yarn-npm"
422
+ echoerr " See the docs https://github.com/cdr/code-server/blob/v3.8.1 /docs/install.md#yarn-npm"
423
423
exit 1
424
424
}
425
425
You can’t perform that action at this time.
0 commit comments