From fb1f205e86b530289da67f7b32fa75ebb2fcb198 Mon Sep 17 00:00:00 2001 From: Allen <63997543+aaw3@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:20:31 -0500 Subject: [PATCH] Removed need to recompile xmonad as it is done automatically --- paru-update-all | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/paru-update-all b/paru-update-all index 59f3767..99f7690 100755 --- a/paru-update-all +++ b/paru-update-all @@ -14,11 +14,12 @@ echo '' echo -e $GREEN"=================================================================" echo -e "UPDATE COMPLETED!\n"$NC -read -p "Do you want to recompile xmonad? (y/N): " -i "y" XMONAD_UPDATE +# Not necessary, see https://wiki.archlinux.org/title/xmonad for pacman hook +#read -p "Do you want to recompile xmonad? (y/N): " -i "y" XMONAD_UPDATE -if [ "$XMONAD_UPDATE" == "y" ]; then - xmonad --recompile -fi +#if [ "$XMONAD_UPDATE" == "y" ]; then +# xmonad --recompile +#fi echo $(cat /etc/pacman.conf | grep "IgnorePkg =") read -p "DO YOU WANT TO UPDATE DANGEROUS PACKAGES TOO?