Initial commit
This commit is contained in:
22
install.sh
Executable file
22
install.sh
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/bin/sh
|
||||
|
||||
# echo "Installing Git & cloning installation scripts"
|
||||
apk add git
|
||||
# git clone TODO
|
||||
|
||||
# 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
|
||||
source ./firewall.sh
|
||||
|
||||
cd "$base_dir"
|
||||
|
||||
# Run update script
|
||||
source ./update.sh
|
||||
Reference in New Issue
Block a user