From 775b60ff49d8003c27ad3c4e1389167a3cbf4deb Mon Sep 17 00:00:00 2001 From: RP1 Date: Wed, 12 Mar 2025 17:29:26 +0000 Subject: [PATCH] Update ros-progs-gui.sh --- ros-progs-gui.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index 1ceac6c..f77e397 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -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