Update code-server.sh

Add `curl`
This commit is contained in:
tteckster 2024-04-26 00:47:18 -04:00 committed by GitHub
parent 105fa6e8c4
commit afe93a2b48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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"