BUILD: added apt update

This commit is contained in:
MatthijsMarco 2024-05-23 15:21:09 +02:00
parent bbe3b01f39
commit 7db61bdfbc

View file

@ -10,6 +10,7 @@ done
case "$pkg_mgr" in
apt)
sudo apt update
sudo apt install -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl jq
;;
pacman)