1
0
Fork 0
forked from RP1/RaveOS-arch

Added Jellyfin Media Player to progs script

This commit is contained in:
AlexanderCurl 2025-01-12 06:59:39 +00:00
parent 066be89b75
commit a7786be8c5

View file

@ -43,6 +43,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "GTKStressTesting - CPU Monitorozas es Stress Test Program" \
FALSE "Heroic Launcher - Epic Games Launcher Linux verziója" \
FALSE "Input-Remapper 2.0 - egér/bill. gomb konfiguráló, macro író progi" \
FALSE "Jellyfin - Jellyfin Media Player" \
FALSE "Kdenlive - Linuxos videószerkesztő program" \
FALSE "KeepassXC - Jelszókezelő, az adatbázist titkosítva tárolja a PC-n" \
FALSE "KVM QEMU - virtualizáció, virtuális gépek futtatása" \
@ -696,6 +697,18 @@ if [[ $user_choice = *"Monophony - Youtube videokbol kiszedi a hangot. Jo cucc p
echo
fi
if [[ $user_choice = *"Jellyfin - Jellyfin Media Player"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Jellyfin${normal}
yay -S jellyfin-media-player --noconfirm
echo ${bold}${yellow}Jellyfin Media Player ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100'
fi