From 6398331443cb8f59ef68b20a7ca3c206374be151 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 31 Oct 2024 13:08:03 +0900 Subject: [PATCH] DEPENDENCIES: added flatpak/stable repository for ubuntu as the LTS got older versions of flatpak builder --- automation_tools/install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation_tools/install_dependencies.sh b/automation_tools/install_dependencies.sh index 350c69a4..bd5125af 100755 --- a/automation_tools/install_dependencies.sh +++ b/automation_tools/install_dependencies.sh @@ -11,6 +11,7 @@ done case "$pkg_mgr" in apt) # 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 install --only-upgrade -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl jq ;;