Service install scripts
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# echo "Installing Git & cloning installation scripts"
|
||||
apk add git
|
||||
git clone https://git.plabble.org/Maurice/alpine-server-setup.git ./config
|
||||
clear
|
||||
echo "Starting installation..."
|
||||
|
||||
# Install podman-openrc tool
|
||||
apk add cargo
|
||||
@@ -17,5 +15,7 @@ source ./podman.sh
|
||||
|
||||
cd "$base_dir"
|
||||
|
||||
read -n 1 -s -r -p "Press any key to start service installation..."
|
||||
|
||||
# Run update script with install argument to set up services
|
||||
source ./update.sh install
|
||||
Reference in New Issue
Block a user