diff --git a/install.sh b/install.sh new file mode 100644 index 00000000..fffdc44b --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +DEPS=( python3-kazoo python3-libvirt python3-psutil python3-apscheduler ) + +# Install required packages +sudo apt install ${DEPS[@]}