Auto Update

This commit is contained in:
matt1432 2023-05-04 23:23:25 -04:00
parent f30c675312
commit 8bec5b9c03

View file

@ -34,6 +34,5 @@ alias yay='paru'
# check autocompletion
wget -q https://raw.githubusercontent.com/Jguer/yay/next/completions/bash -O ~/out.tmp
[ $(diff -q ~/out.tmp /usr/share/bash-completion/completions/paru.bash) ] &&
echo "Bash completion for yay is wrong. Run this : sudo wget https://raw.githubusercontent.com/Jguer/yay/next/completions/bash -O /usr/share/bash-completion/completions/paru.bash"
[ $(diff -q ~/out.tmp /usr/share/bash-completion/completions/paru.bash) ] && echo "Bash completion for yay is wrong. Run this : sudo wget https://raw.githubusercontent.com/Jguer/yay/next/completions/bash -O /usr/share/bash-completion/completions/paru.bash"
rm ~/out.tmp