mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 05:13:25 -07:00
Only make a core update at the first run
This commit is contained in:
parent
1c4e2c81d9
commit
f1d1fa0b6f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue