fix(workflow): More deps for test mod 2 (#214)

Co-authored-by: Meliox <na>
This commit is contained in:
Meliox 2026-06-14 10:28:50 +02:00 committed by GitHub
parent 165555130a
commit 15c0a45d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 tee /etc/apt/sources.list.d/pve-test.list >/dev/null
sudo apt-get update -qq 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" 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..." echo "[fetch] Extracting to system paths..."
for deb in *.deb; do for deb in *.deb; do