mirror of https://github.com/tteck/Proxmox.git
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:
parent
dcd35adf71
commit
a6fff57c33
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue