cat << "EOF" | tee /home/howard/scripts/jellyfin_desktop_client_start.sh
#!/bin/bash

sleep 59

flatpak run com.github.iwalton3.jellyfin-media-player
EOF
  • Make the script executable:
    chmod +x /home/howard/scripts/jellyfin_desktop_client_start.sh
    

Updated: