We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3117145 commit b6805bbCopy full SHA for b6805bb
tools/addon/coder-code-server.sh
@@ -91,7 +91,7 @@ VERSION=$(curl -fsSL https://api.github.com/repos/coder/code-server/releases/lat
91
msg_info "Installing Code-Server v${VERSION}"
92
93
if [ -f ~/.config/code-server/config.yaml ]; then
94
- existing_config = true
+ existing_config=true
95
fi
96
97
curl -fOL https://github.com/coder/code-server/releases/download/v"$VERSION"/code-server_"${VERSION}"_amd64.deb &>/dev/null
0 commit comments