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.
beech f5cb598ff9 Finalizing 1 year ago
LICENSE Initial commit 1 year ago
README.md Finalizing 1 year ago
setup.sh Finalizing 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