Update ros-progs-gui.sh

This commit is contained in:
RP1 2025-03-12 17:29:26 +00:00
parent ac0739fc6c
commit 775b60ff49

View file

@ -30,6 +30,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Bluetooth - Ha hasznalsz BT-t tedd fel" \
FALSE "Bottles - Wine prefix kezelő" \
FALSE "Brave - webböngésző" \
FALSE "BTOP++ - Rendszermonitorozo app (terminalos)" \
FALSE "Calibre - Ebook manager" \
FALSE "CoreCTRL - AMD GPU beállító alkalmazás" \
FALSE "Csak a FO Monitoron jelenjen meg a Login Screen - Tobb monitoros setupoknal" \
@ -49,7 +50,6 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Handbrake - Video konvertalo progi" \
FALSE "Heroic Launcher - Epic Games Launcher Linux verziója" \
FALSE "Helvum - Patchbay for PipeWire" \
FALSE "HTOP - Rendszermonitorozo app (terminalos)" \
FALSE "Input-Remapper 2.0 - egér/bill. gomb konfiguráló, macro író progi" \
FALSE "iPhone Driver - Fileok es Kepek Masolasahoz" \
FALSE "Jellyfin - Jellyfin Media Player" \
@ -995,15 +995,15 @@ if [[ $user_choice = *"Helvum - Patchbay for PipeWire"* ]]; then
echo
fi
if [[ $user_choice = *"HTOP - Rendszermonitorozo app (terminalos)
if [[ $user_choice = *"BTOP - Rendszermonitorozo app (terminalos)
"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}HTOP${normal}
echo Installing ${bold}${yellow}BTOP${normal}
sudo pacman -S htop --noconfirm
sudo pacman -S btop --noconfirm
echo ${bold}${yellow}HTOP ${normal}installed.
echo ${bold}${yellow}BTOP ${normal}installed.
echo ---------------------------------------------
echo
fi