Files
alpine-server-setup/install.sh
Maurice 6c3919d860 Update
2025-10-01 13:44:10 +02:00

23 lines
433 B
Bash
Executable File

#!/bin/sh
clear
echo "Starting installation..."
cp -f ./config/.profile /root/.profile
# Install podman-openrc tool
apk add cargo
cargo install podman-openrc
base_dir=$(pwd)
# Run installation scripts
cd ./installation
source ./basic.sh
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