added Monophony flatpak to program list

This commit is contained in:
RP1 2024-12-09 21:16:32 +01:00
parent 59eee70bf1
commit dee354093c

View file

@ -44,6 +44,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Lutris - Game launchereket, és egyéb appokat futtató környezet" \ FALSE "Lutris - Game launchereket, és egyéb appokat futtató környezet" \
FALSE "MangoHud/Goverlay - MSI Afterburner Linuxos megfelelője, FPS kijelzés, stb." \ FALSE "MangoHud/Goverlay - MSI Afterburner Linuxos megfelelője, FPS kijelzés, stb." \
FALSE "Midnight Commander - 2 ablakos file kezelő" \ FALSE "Midnight Commander - 2 ablakos file kezelő" \
FALSE "Monophony - Youtube videokbol kiszedi a hangot. Jo cucc podcastokhoz" \
FALSE "Mumble - hang alapú csevegőalkalmazás" \ FALSE "Mumble - hang alapú csevegőalkalmazás" \
FALSE "Neofetch - terminálos rendszerinfó megjelenítő" \ FALSE "Neofetch - terminálos rendszerinfó megjelenítő" \
FALSE "OnlyOffice - Legujabb MS Office Linuxos megfeleloje - LIBREOFFICE-t TOROLNI FOGJA!" \ FALSE "OnlyOffice - Legujabb MS Office Linuxos megfeleloje - LIBREOFFICE-t TOROLNI FOGJA!" \
@ -716,6 +717,18 @@ if [[ $user_choice = *"Midnight Commander - 2 ablakos file kezelő"* ]]; then
echo echo
fi fi
if [[ $user_choice = *"Monophony - Youtube videokbol kiszedi a hangot. Jo cucc podcastokhoz"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Midnight Commander - DEB Pkg${normal}
flatpak install app/io.gitlab.zehkira.Monophony/x86_64/stable -y
echo ${bold}${yellow}Midnight Commander ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100' zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100'
fi fi