From f1d1fa0b6f681132155678a073f606fe8e0e9da9 Mon Sep 17 00:00:00 2001 From: gator96100 Date: Sat, 17 Aug 2019 00:39:25 +0200 Subject: [PATCH] Only make a core update at the first run --- msys2/etc/post-install/09-proxspace.post | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/msys2/etc/post-install/09-proxspace.post b/msys2/etc/post-install/09-proxspace.post index 976dc48df..d49a672c4 100644 --- a/msys2/etc/post-install/09-proxspace.post +++ b/msys2/etc/post-install/09-proxspace.post @@ -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