From 0a327ea564c5d55bbbfc3378bc411fadf1a0bc94 Mon Sep 17 00:00:00 2001 From: fab Date: Fri, 27 Sep 2024 22:11:49 +0200 Subject: [PATCH] Update install.sh fix this: https://github.com/fabriziosalmi/proxmox-lxc-autoscale/issues/5 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f8568cb..8854460 100644 --- a/install.sh +++ b/install.sh @@ -234,7 +234,7 @@ install_lxc_autoscale_ml() { systemctl daemon-reload # Install needed packages - apt install git python3-flask python3-requests -y + apt install git python3-flask python3-requests python3-paramiko -y # Create necessary directories mkdir -p /etc/lxc_autoscale_ml