6 lines
174 B
Bash
6 lines
174 B
Bash
# echo "Installing Git & cloning installation scripts"
|
|
apk add git
|
|
git clone https://git.plabble.org/Maurice/alpine-server-setup.git ./config
|
|
|
|
cd ./config
|
|
source ./install.sh |