From 54e9492d790a2afc24554285deb60323f2c3b3e9 Mon Sep 17 00:00:00 2001 From: Maurice Date: Wed, 1 Oct 2025 12:36:32 +0200 Subject: [PATCH] fix --- SETUP.md | 2 ++ installation/podman.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 0a86b53..f974db3 100644 --- a/SETUP.md +++ b/SETUP.md @@ -34,6 +34,8 @@ FIRST. Make sure your public key is configured for SSH! Else, next step will LOC Then, run setup.sh by getting it from the internet (wget is in busybox): ```sh wget https://git.plabble.org/Maurice/alpine-server-setup/raw/branch/main/setup.sh +# or: +wget https://paste.plabble.org/to/a5IY8 -O setup.sh chmod +x setup.sh ./setup.sh ``` diff --git a/installation/podman.sh b/installation/podman.sh index f69847e..bb2496c 100644 --- a/installation/podman.sh +++ b/installation/podman.sh @@ -6,7 +6,7 @@ rc-update add cgroups rc-service cgroups start # Rootless mode -adduser -DH podman +adduser -D podman modprobe tun echo tun >> /etc/modules echo podman:100000:65536 > /etc/subuid