From a957b645435447883c557f828595558ebe36b39c Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Wed, 27 Jul 2022 17:50:18 +0200 Subject: [PATCH] add script to install flatpack from repository --- build_install_from_repo.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 build_install_from_repo.sh diff --git a/build_install_from_repo.sh b/build_install_from_repo.sh new file mode 100755 index 0000000..c77e4d3 --- /dev/null +++ b/build_install_from_repo.sh @@ -0,0 +1,2 @@ +flatpak run org.flatpak.Builder --user --install --force-clean build-dir org.kuchelmeister.toolbxtuner.json +