diff options
| -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 |
