mirror of
https://github.com/coder/code-server.git
synced 2025-07-25 10:53:24 +08:00
chore(release): bump version to 3.11.1
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
set -eu
|
||||
|
||||
# code-server's automatic install script.
|
||||
# See https://coder.com/docs/code-server/v3.11.0/install
|
||||
# See https://coder.com/docs/code-server/v3.11.1/install
|
||||
|
||||
usage() {
|
||||
arg0="$0"
|
||||
@ -66,7 +66,7 @@ fall back to npm so on architectures without pre-built releases this will error.
|
||||
|
||||
The installer will cache all downloaded assets into ~/.cache/code-server
|
||||
|
||||
More installation docs are at https://coder.com/docs/code-server/v3.11.0/install
|
||||
More installation docs are at https://coder.com/docs/code-server/v3.11.1/install
|
||||
EOF
|
||||
}
|
||||
|
||||
@ -433,7 +433,7 @@ install_npm() {
|
||||
fi
|
||||
echoerr "Please install npm or yarn to install code-server!"
|
||||
echoerr "You will need at least node v12 and a few C dependencies."
|
||||
echoerr "See the docs https://coder.com/docs/code-server/v3.11.0/install#yarn-npm"
|
||||
echoerr "See the docs https://coder.com/docs/code-server/v3.11.1/install#yarn-npm"
|
||||
|
||||
exit 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user