mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
DEPENDENCIES: added flatpak/stable repository for ubuntu as the LTS got older versions of flatpak builder
This commit is contained in:
parent
2c2765115f
commit
6398331443
|
@ -11,6 +11,7 @@ done
|
||||||
case "$pkg_mgr" in
|
case "$pkg_mgr" in
|
||||||
apt)
|
apt)
|
||||||
# Aggiorna l'indice dei pacchetti, poi installa o aggiorna solo i pacchetti indicati
|
# Aggiorna l'indice dei pacchetti, poi installa o aggiorna solo i pacchetti indicati
|
||||||
|
sudo add-apt-repository ppa:flatpak/stable
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install --only-upgrade -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl jq
|
sudo apt install --only-upgrade -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl jq
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue