From 66ad6d2fccc5b3b2be38445d1f6175547a6c34b6 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 20 Mar 2022 11:27:27 +0100 Subject: [PATCH] Add python --- arch-setup/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index a1c81d61..b49ad5aa 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -10,8 +10,9 @@ setupdir=$(pwd) #change to home (does not show in terminal) cd "$HOME" -# update mirrors and packages +# fix install problems sudo pacman -Syu +sudo pacman -S python #in_xfce=0 #in_i3gaps=0