From 233d3e82f7788d6780810bff10c325221950679e Mon Sep 17 00:00:00 2001 From: q3aql Date: Mon, 25 Apr 2022 02:06:43 +0200 Subject: [PATCH] Dotfiles config update (2022-04-25) --- .config/qtile/checkUpdates.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/qtile/checkUpdates.sh b/.config/qtile/checkUpdates.sh index 44ab07d..bf5b827 100755 --- a/.config/qtile/checkUpdates.sh +++ b/.config/qtile/checkUpdates.sh @@ -13,8 +13,4 @@ if [ -f /usr/bin/pacman ] ; then # 30 * * * * root /usr/bin/aptitude update elif [ -f /usr/bin/aptitude ] ; then aptitude search "~U" - -# Disable for other distros -else - echo "0" fi