mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-18 07:34:46 +00:00
Fix
This commit is contained in:
parent
a75243cd70
commit
8965cdd3b4
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ elif [ "$1" == "--check" ] || [ "$1" == "-c" ]; then
|
|||
fi
|
||||
exit
|
||||
elif [ "$1" == "-rg" ] || [ "$1" == "--rebuild-git" ]; then
|
||||
packages=$(pacman -Qqm |grep git)
|
||||
packages=$(pacman -Qqm |grep '\-git\|\-hg')
|
||||
"$0" $packages
|
||||
exit
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue