diff --git a/apt.txt b/apt.txt new file mode 100644 index 0000000..5247d59 --- /dev/null +++ b/apt.txt @@ -0,0 +1 @@ +podman diff --git a/provision.sh b/provision.sh new file mode 100644 index 0000000..8e17c5c --- /dev/null +++ b/provision.sh @@ -0,0 +1,7 @@ +#/bin/bash + +# Ensure that dependencies are up to date. +sudo apt update && sudo apt upgrade -y --autoremove + +# Ensure that critical dependencies are installed. +sudo apt install $(cat apt.txt) -y