diff --git a/tools/addon/coder-code-server.sh b/tools/addon/coder-code-server.sh index 8e3b558a2..6e346e6a5 100644 --- a/tools/addon/coder-code-server.sh +++ b/tools/addon/coder-code-server.sh @@ -46,9 +46,8 @@ while true; do done msg_info "Installing Dependencies" -$STD apt-get update -$STD apt-get install -y curl -$STD apt-get install -y git +$STD apt update +$STD apt install -y curl git msg_ok "Installed Dependencies" VERSION=$(curl -fsSL https://api.github.com/repos/coder/code-server/releases/latest |