Skip to content

Commit 70b5d46

Browse files
Add install script
1 parent 8485a15 commit 70b5d46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

install.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
APPID="moe.nyarchlinux.scripts"
3+
BUNDLENAME="nyarchscript.flatpak"
4+
flatpak-builder --install --user --force-clean flatpak-app "$APPID".json
5+
6+
if [ "$1" = "bundle" ]; then
7+
flatpak build-bundle ~/.local/share/flatpak/repo "$BUNDLENAME" "$APPID"
8+
fi

0 commit comments

Comments
 (0)