From 4c3d7b6e616c9f2f3c8e1c10f7454ec9b677e7f2 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 28 Apr 2025 12:36:15 +0200 Subject: [PATCH] add feishin --- executable_install-fedora.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/executable_install-fedora.sh b/executable_install-fedora.sh index c353823..1922a5f 100755 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -123,4 +123,28 @@ else echo "dotool ist bereits installiert, überspringe Download" fi +# feishin mit Prüfung +if [[ ! -f ~/Applications/Feishin.AppImage ]]; then + # AppImage herunterladen und ausführbar machen + mkdir -p ~/Applications + wget -O ~/Applications/Feishin.AppImage https://github.com/jeffvli/feishin/releases/download/v0.12.3/Feishin-0.12.3-linux-$(uname -m).AppImage + chmod +x ~/Applications/Feishin.AppImage + + # Desktop-Eintrag erstellen + mkdir -p ~/.local/share/applications + cat > ~/.local/share/applications/feishin.desktop <