From 8dd73b9e7bba22b6e5c6cc2a15f71c6b743a2348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Mon, 21 Apr 2025 08:28:47 +0200 Subject: [PATCH] Add command to remove vim package to avoid conflicts --- bs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bs.sh b/bs.sh index ed0e3a9..686a421 100644 --- a/bs.sh +++ b/bs.sh @@ -193,6 +193,7 @@ maininstallations() { aurinstalled=$(pacman -Qqm) # Field 1: install-type, Field 2: program, Field 3: comment # Install pacman packages: + pacman --noconfirm -Rnd vim # Remove vim as it will conflict with gvim awk -F "," '$1 ~ /^$/ { print $2 }'