diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh
index a9ec139..b5eac1c 100755
--- a/ros-progs-gui.sh
+++ b/ros-progs-gui.sh
@@ -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 ---------------------------------------------