mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-11 18:46:08 +00:00
HotFix variable assignment syntax in coder-code-server.sh
This commit is contained in:
committed by
GitHub
parent
3117145e6c
commit
b6805bb845
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user