1
0
Fork 0
forked from RP1/RaveOS-arch

Update ros-progs-gui.sh

This commit is contained in:
RP1 2025-03-11 18:18:49 +00:00
parent afd50ee357
commit decb78085b

View file

@ -50,6 +50,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Legutobbi Baloldali Menupont Torlese a File Kezelobol (Nautilus)" \
FALSE "LibreOffice - Office Suite" \
FALSE "Librewolf - Firefox ESR alapú webböngésző" \
FALSE "Logitech, Roccat, Steelseries Eger Driver" \
FALSE "Lutris - Game launchereket, és egyéb appokat futtató környezet" \
FALSE "MangoHud/Goverlay - MSI Afterburner Linuxos megfelelője, FPS kijelzés, stb." \
FALSE "Midnight Commander - 2 ablakos filekezelő" \
@ -62,6 +63,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Pavucontrol - Apponkénti hangerőszabályzás/konfigurálás" \
FALSE "PhotoGIMP - Adobe Photoshop-szerű képszerkesztő Linuxra" \
FALSE "QBittorrent - torrent kliens" \
FALSE "Razer cuccokhoz Driver" \
FALSE "Signal - Titkosított üzenetküldő" \
FALSE "Spotify - Zenelejátszó Linuxra" \
FALSE "Spotube - Ingyenes Premium Spotify Zenelejátszó Linuxra" \
@ -407,6 +409,18 @@ if [[ $user_choice = *"Librewolf - Firefox ESR alapú webböngésző"* ]]; then
echo
fi
if [[ $user_choice = *"Logitech, Roccat, Steelseries Eger Driver"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Librewolf${normal}
sudo pacman -S libratbag --noconfirm
echo ${bold}${yellow}LibreWolf ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"FreeTube - Adatlopás-mentes YouTube-kliens"* ]]; then
echo
echo ---------------------------------------------
@ -542,6 +556,18 @@ if [[ $user_choice = *"QBittorrent - torrent kliens"* ]]; then
echo
fi
if [[ $user_choice = *"Razer cuccokhoz Driver"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Razer Driver${normal}
sudo pacman -S openrazer-daemon --noconfirm
echo ${bold}${yellow}Razer Driver ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"Telegram - Titkosított üzenetküldő"* ]]; then
echo
echo ---------------------------------------------