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 <