From 24901e0825d0cdc79d79928874c0524e8cf0f4ec Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Fri, 9 Apr 2021 22:59:20 +0200 Subject: [PATCH] update-ca-trust before using pacman --- setup/09-proxspace_setup.post | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/09-proxspace_setup.post b/setup/09-proxspace_setup.post index e35595560..66a535f57 100644 --- a/setup/09-proxspace_setup.post +++ b/setup/09-proxspace_setup.post @@ -11,6 +11,9 @@ fi if [ \( ! -f /setup/installed64.txt -a "$MSYSTEM" == "MINGW64" \) ]; then if [ "$MAYBE_FIRST_START" = "true" ]; then + if [ -f "/usr/bin/update-ca-trust" ]; then + sh /usr/bin/update-ca-trust + fi yes | pacman -Syuu else if [ -z "$PSSKIPRANKING" ]; then