add pve-yew-mobile-gui to dep and test
This commit is contained in:
parent
803088522a
commit
0ce2a58198
1
debian/pve-mod.triggers
vendored
1
debian/pve-mod.triggers
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user