diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-22 13:09:31 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-22 13:09:31 +0000 |
| commit | 84969e81d4497e5883f430212c1797fad2ad616b (patch) | |
| tree | 4032509625db9dc32c5440a9251643ac20f7b709 /post-setup.sh | |
| parent | 72d8bebeffd3e88c0ad61cfb936697cc37d8a710 (diff) | |
Add podman-tui & incus-vm
Diffstat (limited to 'post-setup.sh')
| -rwxr-xr-x | post-setup.sh | 4 |
1 files 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 |
