From 84969e81d4497e5883f430212c1797fad2ad616b Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 22 Mar 2026 13:09:31 +0000 Subject: Add podman-tui & incus-vm --- post-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-setup.sh b/post-setup.sh index fc765ba..8333ab7 100755 --- a/post-setup.sh +++ b/post-setup.sh @@ -82,7 +82,7 @@ ufw default allow outgoing ufw allow from $subnet to any port 22/tcp comment 'Allow incoming SSH via subnet' # Podman -apk add crun podman +apk add crun podman podman-tui rc-update add cgroups rc-service cgroups start @@ -94,7 +94,7 @@ echo "$user:100000:65536" > /etc/subgid # Incus apk add incus incus-client \ - incus-user incus-user-openrc + incus-user incus-user-openrc incus-vm # XDG user directories # requires: xdg-user-dirs -- cgit