diff --git a/automation_tools/install_dependencies.sh b/automation_tools/install_dependencies.sh index 8f33f8cb..91503927 100755 --- a/automation_tools/install_dependencies.sh +++ b/automation_tools/install_dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash # This scritp is installing the required dependencies to correctly run the pipeline and buold the flatpak -sudo apt install -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl +sudo apt install -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl jq flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo \ No newline at end of file