[setup-podman.sh] Add package python3-mako

This commit is contained in:
Viyurz 2024-10-01 11:28:32 +02:00
parent ef9c2c3cef
commit 6349eca249
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -6,7 +6,7 @@ if [[ $(whoami) == "root" ]]; then
fi fi
sudo apt install -y aardvark-dns dbus-user-session passt podman podman-compose uidmap sudo apt install -y aardvark-dns dbus-user-session passt podman podman-compose python3-mako uidmap
for unit in podman.service podman.socket podman-auto-update.service podman-auto-update.timer podman-clean-transient.service podman-restart.service; do for unit in podman.service podman.socket podman-auto-update.service podman-auto-update.timer podman-clean-transient.service podman-restart.service; do