From 576b9f6855cbdfe76271f4a6881d86a205efe76f Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 31 Aug 2023 10:32:51 +0200 Subject: [PATCH] comments [skip ci] --- automation_tools/install_dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation_tools/install_dependencies.sh b/automation_tools/install_dependencies.sh index 1f9ce4d9..e4cc6261 100644 --- a/automation_tools/install_dependencies.sh +++ b/automation_tools/install_dependencies.sh @@ -1,3 +1,5 @@ #!/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 flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \ No newline at end of file