summaryrefslogtreecommitdiffstats
path: root/modules/tick
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-08-30 22:23:58 -0400
committerJesse Luehrs <doy@tozt.net>2022-08-30 22:23:58 -0400
commit9db4f014fdfde48062e7ba90802c390144a948a6 (patch)
tree339961bf1cbb6611298c42b8faca8d5af528327a /modules/tick
parentd252880dd0189e015942d025b6d4e5eef3cb9096 (diff)
downloadpuppet-tozt-9db4f014fdfde48062e7ba90802c390144a948a6.tar.gz
puppet-tozt-9db4f014fdfde48062e7ba90802c390144a948a6.zip
switch from yaourt to yay
Diffstat (limited to 'modules/tick')
-rw-r--r--modules/tick/files/plugins/pacman2
1 files changed, 1 insertions, 1 deletions
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"