From 2be03487f6c44d68f13694e7eddfc7795cd2b021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Sun, 20 Apr 2025 22:50:05 +0200 Subject: [PATCH] Fix issue with awk invoking --- bs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bs.sh b/bs.sh index ca675c7..b8fec0e 100644 --- a/bs.sh +++ b/bs.sh @@ -193,8 +193,8 @@ maininstallations() { aurinstalled=$(pacman -Qqm) # Field 1: install-type, Field 2: program, Field 3: comment # Install pacman packages: - awk -F "," '$1 ~ /^$/ { print $2 }' | xargs pacman --noconfirm --needed -S