Dependency installer
This commit is contained in:
parent
9bfd63777d
commit
db75ff35d8
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
DEPS=( python3-kazoo python3-libvirt python3-psutil python3-apscheduler )
|
||||||
|
|
||||||
|
# Install required packages
|
||||||
|
sudo apt install ${DEPS[@]}
|
Loading…
Reference in New Issue