fix
This commit is contained in:
2
SETUP.md
2
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):
|
Then, run setup.sh by getting it from the internet (wget is in busybox):
|
||||||
```sh
|
```sh
|
||||||
wget https://git.plabble.org/Maurice/alpine-server-setup/raw/branch/main/setup.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
|
chmod +x setup.sh
|
||||||
./setup.sh
|
./setup.sh
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ rc-update add cgroups
|
|||||||
rc-service cgroups start
|
rc-service cgroups start
|
||||||
|
|
||||||
# Rootless mode
|
# Rootless mode
|
||||||
adduser -DH podman
|
adduser -D podman
|
||||||
modprobe tun
|
modprobe tun
|
||||||
echo tun >> /etc/modules
|
echo tun >> /etc/modules
|
||||||
echo podman:100000:65536 > /etc/subuid
|
echo podman:100000:65536 > /etc/subuid
|
||||||
|
|||||||
Reference in New Issue
Block a user