From 9db4f014fdfde48062e7ba90802c390144a948a6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 30 Aug 2022 22:23:58 -0400 Subject: switch from yaourt to yay --- modules/tick/files/plugins/pacman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tick') diff --git a/modules/tick/files/plugins/pacman b/modules/tick/files/plugins/pacman index a466487..e95621f 100644 --- a/modules/tick/files/plugins/pacman +++ b/modules/tick/files/plugins/pacman @@ -1,4 +1,4 @@ #!/bin/sh -update_count="$( (yaourt -Qua || true) | wc -l)" +update_count="$(yay -Qu | wc -l)" echo "pacman updates=${update_count}i" -- cgit v1.2.3-54-g00ecf