hardened malloc. networking + firewall. json based config.
This commit is contained in:
@@ -4,7 +4,7 @@ if [ "$(id -u)" -ne 0 ]; then
|
||||
exec sudo "$0" "$@"
|
||||
fi
|
||||
set -e
|
||||
list="kpartx podman debootstrap "
|
||||
list="kpartx podman debootstrap qemu-system"
|
||||
apt update
|
||||
for item in $list; do
|
||||
apt install -y $item
|
||||
|
||||
Reference in New Issue
Block a user