mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
Windows Build: Added update of MSYS2 to prepare script
This commit is contained in:
parent
e1934fd9b0
commit
67dd1999a5
2 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ set MSYS2SH=%EnvMSYS2Path%\msys%MSYS2Base%\usr\bin\sh
|
||||||
|
|
||||||
%cecho% info "Initialize MSYS2"
|
%cecho% info "Initialize MSYS2"
|
||||||
"%MSYS2SH%" -lc "yes | pacman --noconfirm -Syuu msys2-keyring"
|
"%MSYS2SH%" -lc "yes | pacman --noconfirm -Syuu msys2-keyring"
|
||||||
|
"%MSYS2SH%" -lc "pacman --noconfirm -Sy"
|
||||||
"%MSYS2SH%" -lc "pacman --noconfirm -Su"
|
"%MSYS2SH%" -lc "pacman --noconfirm -Su"
|
||||||
|
|
||||||
call "%EnvMSYS2Path%\msys%MSYS2Base%\autorebase.bat"
|
call "%EnvMSYS2Path%\msys%MSYS2Base%\autorebase.bat"
|
||||||
|
|
|
@ -69,6 +69,7 @@ set MSYS2SH=%CMakeUnpackPath%\usr\bin\sh
|
||||||
|
|
||||||
%cecho% info "Initialize MSYS2"
|
%cecho% info "Initialize MSYS2"
|
||||||
"%MSYS2SH%" -lc "yes | pacman --noconfirm -Syuu msys2-keyring"
|
"%MSYS2SH%" -lc "yes | pacman --noconfirm -Syuu msys2-keyring"
|
||||||
|
"%MSYS2SH%" -lc "pacman --noconfirm -Sy"
|
||||||
"%MSYS2SH%" -lc "pacman --noconfirm -Su"
|
"%MSYS2SH%" -lc "pacman --noconfirm -Su"
|
||||||
|
|
||||||
call "%CMakeUnpackPath%\autorebase.bat"
|
call "%CMakeUnpackPath%\autorebase.bat"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue