Merge branch 'main' into more-dep3

This commit is contained in:
Meliox 2026-06-14 10:34:06 +02:00 committed by GitHub
commit 279099c5d1
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, libclone-perl, and libcommon-sense-perl..." echo "[fetch] Downloading pve-manager, proxmox-widget-toolkit, pve-yew-mobile-gui, libjson-perl, libpve-common-perl, libclone-perl, liblinux-inotify2-perl and libcommon-sense-perl..."
cd "$WORKDIR" cd "$WORKDIR"
apt-get download pve-manager proxmox-widget-toolkit pve-yew-mobile-gui libjson-perl libpve-common-perl libclone-perl libcommon-sense-perl apt-get download pve-manager proxmox-widget-toolkit pve-yew-mobile-gui libjson-perl libpve-common-perl libclone-perl liblinux-inotify2-perl libcommon-sense-perl
echo "[fetch] Extracting to system paths..." echo "[fetch] Extracting to system paths..."
for deb in *.deb; do for deb in *.deb; do