From f9e2dbd4948824d4151ab11a8f86bf5fd5ee2872 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 10 Jul 2020 01:28:42 +0200 Subject: [PATCH] Fix dotfiles.sh package listing --- dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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