update-ca-trust before using pacman

This commit is contained in:
Gator96100 2021-04-09 22:59:20 +02:00
commit 24901e0825

View file

@ -11,6 +11,9 @@ fi
if [ \( ! -f /setup/installed64.txt -a "$MSYSTEM" == "MINGW64" \) ]; then if [ \( ! -f /setup/installed64.txt -a "$MSYSTEM" == "MINGW64" \) ]; then
if [ "$MAYBE_FIRST_START" = "true" ]; 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 yes | pacman -Syuu
else else
if [ -z "$PSSKIPRANKING" ]; then if [ -z "$PSSKIPRANKING" ]; then