From 3853fb493f4a32bd4159c204040069a1c090e2a5 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 14 Jun 2026 10:27:50 +0200 Subject: [PATCH] more dep --- 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 b5d182d..071f782 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, libpve-common-perl, and libclone-perl..." +echo "[fetch] Downloading pve-manager, proxmox-widget-toolkit, pve-yew-mobile-gui, libjson-perl, libpve-common-perl, libclone-perl, and liblinux-inotify2-perl..." cd "$WORKDIR" -apt-get download pve-manager proxmox-widget-toolkit pve-yew-mobile-gui libjson-perl libpve-common-perl libclone-perl +apt-get download pve-manager proxmox-widget-toolkit pve-yew-mobile-gui libjson-perl libpve-common-perl libclone-perl liblinux-inotify2-perl echo "[fetch] Extracting to system paths..." for deb in *.deb; do