Quick configuration for Alpine Linux. Setting up docker & community repository.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alpine-Config/README.md

16 lines
308 B

# 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
```