We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c1f65 commit 9b044ddCopy full SHA for 9b044dd
build_flatpak.sh
@@ -1,13 +1,12 @@
1
#!/bin/bash
2
3
+option="$1"
4
+[ -z "$option" ] && option="--default"
5
+
6
sudo sysctl kernel.unprivileged_userns_clone=1
7
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
8
sudo flatpak install -y flathub org.kde.Platform//5.15 org.kde.Sdk//5.15
9
-
-option="$1"
-[ -z "$option" ] && option="none"
10
11
if [ "$option" = "--install" ]; then
12
flatpak-builder --user --install --force-clean build-dir org.flatpak.PythonFunscriptEditor.json
13
else
0 commit comments