mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Use grep -F in pacpackages
This commit is contained in:
parent
5904642df9
commit
b2e565c6d0
@ -25,4 +25,4 @@ case $BLOCK_BUTTON in
|
||||
- Middle click to show upgradable packages" ;;
|
||||
esac
|
||||
|
||||
pacman -Qu | grep -cv "\[ignored\]" | sed "s/^/📦/;s/^📦0$//g"
|
||||
pacman -Qu | grep -Fcv "[ignored]" | sed "s/^/📦/;s/^📦0$//g"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user