mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 13:23:27 -07:00
update-ca-trust before using pacman
This commit is contained in:
parent
77381ffc0d
commit
24901e0825
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue