diff --git a/dotfiles.sh b/dotfiles.sh index 711404a..36230eb 100755 --- a/dotfiles.sh +++ b/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