Browse Source

Fix dotfiles.sh package listing

master
Riyyi 4 years ago
parent
commit
f9e2dbd494
  1. 2
      dotfiles.sh

2
dotfiles.sh

@ -140,7 +140,7 @@ push() {
}
packages() {
FILTER_LIST="$((pacman -Qqg base base-devel && pactree -u base | tail -n +2) | sort)"
FILTER_LIST="$((pacman -Qqg base base-devel; pactree -u base | tail -n +2) | sort)"
PACKAGE_LIST="$(pacman -Qqe | grep -vx "$FILTER_LIST" | sort)"
if [ "$1" = "list" ] || [ "$1" = "" ]; then

Loading…
Cancel
Save