parent
9173d6e20d
commit
f5cb598ff9
@ -1,3 +1,16 @@ |
||||
# Alpine-Config |
||||
|
||||
Quick configuration for Alpine Linux. Setting up docker & community repository. |
||||
|
||||
--- |
||||
|
||||
```bash |
||||
# Install Curl |
||||
doas apk update |
||||
doas apk add curl |
||||
|
||||
# Download & Run Script |
||||
curl https://git.merlinslair.net/beech/Alpine-Config/raw/branch/main/setup.sh -o setup.sh |
||||
chmod +x setup.sh |
||||
sh setup.sh |
||||
``` |
||||
Loading…
Reference in new issue