Add curl and sudo

Packages “curl” and “sudo” are not default packages to debian-12-standard_12.2-1 container template which causes script to fail.
This commit is contained in:
Nibreos 2024-02-10 19:42:28 -06:00 committed by GitHub
parent dcd35adf71
commit a6fff57c33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function msg_ok() {
msg_info "Installing Dependencies"
apt-get update &>/dev/null
apt-get install -y git &>/dev/null
apt-get install -y git curl sudo &>/dev/null
msg_ok "Installed Dependencies"
VERSION=$(curl -s https://api.github.com/repos/coder/code-server/releases/latest |