switch to apt from apt-get

This commit is contained in:
MickLesk
2026-08-01 22:20:27 +02:00
parent a686666abd
commit d5d336698e
11 changed files with 29 additions and 24 deletions
+6 -2
View File
@@ -27,8 +27,12 @@ IP="$LOCAL_IP"
install_glances_debian() {
msg_info "Installing dependencies"
$STD apt-get update
$STD apt-get install -y gcc lm-sensors wireless-tools curl
$STD apt update
$STD apt install -y \
gcc \
lm-sensors \
wireless-tools \
curl
msg_ok "Installed dependencies"
msg_info "Setting up Python + uv"