Harden scripts and bump debian-13 ISO to 13.4
This commit is contained in:
Regular → Executable
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user