Auto Update
This commit is contained in:
parent
f30c675312
commit
8bec5b9c03
1 changed files with 1 additions and 2 deletions
|
@ -34,6 +34,5 @@ alias yay='paru'
|
||||||
|
|
||||||
# check autocompletion
|
# check autocompletion
|
||||||
wget -q https://raw.githubusercontent.com/Jguer/yay/next/completions/bash -O ~/out.tmp
|
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) ] &&
|
[ $(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"
|
||||||
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
|
rm ~/out.tmp
|
||||||
|
|
Loading…
Reference in a new issue