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.
|
|
1 year ago | |
|---|---|---|
| LICENSE | 1 year ago | |
| README.md | 1 year ago | |
| setup.sh | 1 year ago | |
README.md
Alpine-Config
Quick configuration for Alpine Linux. Setting up docker & community repository.
# 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