From d2b792c414733240a35686d22ebf17a6e8b724da Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 17 Oct 2024 12:50:03 -0400 Subject: [PATCH] Update install dependencies for Debian 12 --- install-pvcbootstrapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-pvcbootstrapd.sh b/install-pvcbootstrapd.sh index 5f7851c..b39bc51 100755 --- a/install-pvcbootstrapd.sh +++ b/install-pvcbootstrapd.sh @@ -116,7 +116,7 @@ echo echo "Installing APT dependencies..." sudo apt-get update -sudo apt-get install --yes vlan iptables dnsmasq redis python3 python3-pip python3-requests python3-git python3-ansible-runner sqlite3 celery pxelinux syslinux-common live-build debootstrap uuid-runtime qemu-user-static apt-cacher-ng +sudo apt-get install --yes vlan iptables dnsmasq redis python3 python3-pip python3-requests python3-git python3-ansible-runner python3-filelock python3-flask python3-paramiko python3-flask-restful sqlite3 celery pxelinux syslinux-common live-build debootstrap uuid-runtime qemu-user-static apt-cacher-ng echo "Configuring apt-cacher-ng..." sudo systemctl enable --now apt-cacher-ng