From 165555130a9ae1166ef99ccf2facd2e5e1a663c8 Mon Sep 17 00:00:00 2001 From: Meliox <5264368+Meliox@users.noreply.github.com> Date: Sun, 14 Jun 2026 10:22:22 +0200 Subject: [PATCH] fix(workflow): More deps for test mod (#213) Co-authored-by: Meliox --- src/Scripts/test/fetch-proxmox-files.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Scripts/test/fetch-proxmox-files.sh b/src/Scripts/test/fetch-proxmox-files.sh index 4206a26..b5d182d 100644 --- a/src/Scripts/test/fetch-proxmox-files.sh +++ b/src/Scripts/test/fetch-proxmox-files.sh @@ -13,9 +13,9 @@ echo "deb [trusted=yes] http://download.proxmox.com/debian/pve $SUITE pve-no-sub | sudo tee /etc/apt/sources.list.d/pve-test.list >/dev/null sudo apt-get update -qq -echo "[fetch] Downloading pve-manager, proxmox-widget-toolkit, pve-yew-mobile-gui, libjson-perl, and libpve-common-perl..." +echo "[fetch] Downloading pve-manager, proxmox-widget-toolkit, pve-yew-mobile-gui, libjson-perl, libpve-common-perl, and libclone-perl..." cd "$WORKDIR" -apt-get download pve-manager proxmox-widget-toolkit pve-yew-mobile-gui libjson-perl libpve-common-perl +apt-get download pve-manager proxmox-widget-toolkit pve-yew-mobile-gui libjson-perl libpve-common-perl libclone-perl echo "[fetch] Extracting to system paths..." for deb in *.deb; do