From 0529d3e443bea4474b757b1e546b0545c0f7fdaa 2025-09-12 14:06:43 From: xbr Date: 2025-09-12 14:06:43 Subject: [PATCH] fix: do pkg updates if available when setting up VM --- diff --git a/build_script/freifunk_root.sh b/build_script/freifunk_root.sh index d82cc80a6ec0f543a13c26efedb27c201394496e..f4488e71ec7276eda80ce584dac69e05d22db1e0 100755 --- a/build_script/freifunk_root.sh +++ b/build_script/freifunk_root.sh @@ -12,7 +12,7 @@ log() { install_packages() { log "Installing packages..." - apt update + apt update && apt upgrade -y # Installing QoL packages (1) then gluon deps (2) # ! Debian 13-specific ! apt install -y htop tmux vim sudo mosh \