try update the package to download the software

This commit is contained in:
zeshuai007 2020-10-26 10:50:28 +08:00 committed by Zezeng Wang
parent b6c886c940
commit c8dab1f37a

View File

@ -51,5 +51,6 @@ SET PACKAGES=^
:: %BASH% -lc "pacman --noconfirm -Syu %IGNORE%" || EXIT /B
:: %BASH% -lc "pacman --noconfirm -Su %IGNORE%" || EXIT /B
::
%BASH% -lc "pacman -Scc" || EXIT /B
%BASH% -lc "pacman -Syyu" || EXIT /B
%BASH% -lc "pacman --noconfirm %PACKAGES%" || EXIT /B
%BASH% -lc "wget http://repo.msys2.org/mingw/x86_64/%BOOSTPKG% && pacman -- noconfirm --needed -U %BOOSTPKG% && rm %BOOKSTPKG%" || EXIT /B