fix(workflow): More deps for test mod 2 (#214)
Co-authored-by: Meliox <na>
This commit is contained in:
parent
165555130a
commit
15c0a45d6b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user