HotFix variable assignment syntax in coder-code-server.sh

This commit is contained in:
Michel Roegl-Brunner
2026-03-11 09:29:22 +01:00
committed by GitHub
parent 3117145e6c
commit b6805bb845

View File

@@ -91,7 +91,7 @@ VERSION=$(curl -fsSL https://api.github.com/repos/coder/code-server/releases/lat
msg_info "Installing Code-Server v${VERSION}"
if [ -f ~/.config/code-server/config.yaml ]; then
existing_config = true
existing_config=true
fi
curl -fOL https://github.com/coder/code-server/releases/download/v"$VERSION"/code-server_"${VERSION}"_amd64.deb &>/dev/null