Update ros-progs-gui.sh

This commit is contained in:
RP1 2025-03-11 18:47:00 +00:00
parent 1b1ff8d480
commit 46b144b9d6

View file

@ -43,7 +43,6 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Firejail - Bongeszo Zart Kontener" \
FALSE "FreeTube - Adatlopás-mentes YouTube-kliens" \
FALSE "GameMode" \
FALSE "GNOME Clocks - ébresztő, világóra, stopper, időzítő" \
FALSE "GNOME Screenshot - gyorsbillentyűs képernyőkép létrehozás" \
FALSE "GTKStressTesting - CPU Monitorozas es Stress Test Program" \
FALSE "Heroic Launcher - Epic Games Launcher Linux verziója" \
@ -133,23 +132,6 @@ if [[ $user_choice = *"GNOME Screenshot - gyorsbillentyűs képernyőkép létre
echo
fi
if [[ $user_choice = *"GNOME Clocks - ébresztő, világóra, stopper, időzítő"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}GNOME Clocks${normal}
sudo pacman -S itstool vala meson gst-plugins-base gst-plugins-good --noconfirm
cd /usr/local/bin/progs/gnome-clocks
meson setup ravedir
cd ravedir
sudo meson install
cd /usr/local/bin/progs
echo ${bold}${yellow}GNOME Clocks with sound changes ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"Steam Launcher"* ]]; then
echo
echo ---------------------------------------------