Only make a core update at the first run

This commit is contained in:
gator96100 2019-08-17 00:39:25 +02:00
commit f1d1fa0b6f

View file

@ -50,7 +50,10 @@ setup_proxspace ()
export LANG=en_US.UTF-8
if [ "$MAYBE_FIRST_START" = "false" ]; then
yes | pacman -Syuu
yes | pacman -Su
setup_proxspace
clear
else
yes | pacman -Syuu
fi