From 4e325c6936064aec3c4edfdbaec603052d9d0989 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 20 Mar 2022 13:23:16 +0100 Subject: [PATCH] Add --needed flag --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 88b2666a..0bcc0500 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -18,7 +18,7 @@ fi # fix install problems sudo pacman -Syu -sudo pacman -S python-pip +sudo pacman -S --needed python-pip #in_xfce=0 #in_i3gaps=0