Harden scripts and bump debian-13 ISO to 13.4

This commit is contained in:
2026-05-16 16:42:15 -04:00
parent ac99af8517
commit 2d29791794
6 changed files with 74 additions and 54 deletions
Regular → Executable
+4 -2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
apt-get update
apt-get upgrade -y
set -x
export DEBIAN_FRONTEND=noninteractive
apt-get update || exit 1
apt-get upgrade -y || exit 1