aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/paccheck
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/paccheck')
-rwxr-xr-xdotfiles/.local/bin/paccheck10
1 files changed, 0 insertions, 10 deletions
diff --git a/dotfiles/.local/bin/paccheck b/dotfiles/.local/bin/paccheck
deleted file mode 100755
index 1284134..0000000
--- a/dotfiles/.local/bin/paccheck
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-ping -q -c 1 1.1.1.1 > /dev/null || exit
-
-notify-send "⬆ Update check" "Checking for updates..."
-
-sudo pacman -Sy
-upno=$(pacman -Qu | wc -l)
-
-notify-send "⬆ Update Check" "$upno updates are available"