add pve-yew-mobile-gui to dep and test

This commit is contained in:
Meliox 2026-06-13 16:46:25 +02:00
parent 803088522a
commit 0ce2a58198
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
interest-noawait /usr/share/pve-manager/js
interest-noawait /usr/share/perl5/PVE
interest-noawait /usr/share/pve-yew-mobile-gui

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 apt-get update -qq
echo "[fetch] Downloading pve-manager and proxmox-widget-toolkit..."
echo "[fetch] Downloading pve-manager, proxmox-widget-toolkit, and pve-yew-mobile-gui..."
cd "$WORKDIR"
apt-get download pve-manager proxmox-widget-toolkit
apt-get download pve-manager proxmox-widget-toolkit pve-yew-mobile-gui
echo "[fetch] Extracting to system paths..."
for deb in *.deb; do