mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-24 05:25:30 +00:00
Update code-server.sh
Add `curl`
This commit is contained in:
parent
105fa6e8c4
commit
afe93a2b48
@ -69,6 +69,7 @@ function msg_ok() {
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
apt-get update &>/dev/null
|
||||
apt-get install -y curl &>/dev/null
|
||||
apt-get install -y git &>/dev/null
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user