Files
pvc/install.sh

7 lines
152 B
Bash
Raw Normal View History

2018-06-17 02:36:31 -04:00
#!/usr/bin/env bash
DEPS=( python3-kazoo python3-libvirt python3-psutil python3-apscheduler )
# Install required packages
sudo apt install ${DEPS[@]}