mirror of
https://github.com/hashcat/hashcat
synced 2025-05-05 11:56:23 +02:00
appveyor: remove conflicting package "catgets"
this is a temporary fix: since the package "catgets" conflicts with msys2-runtime, we need to remove it before a full upgrade.
This commit is contained in:
parent
875e8aceb3
commit
522f71ff1e
@ -32,6 +32,8 @@ init:
|
|||||||
install:
|
install:
|
||||||
- ps: if (Test-Path Env:\CYG_ROOT) { Start-FileDownload "http://cygwin.com/$env:CYG_SETUP" -FileName "$env:CYG_SETUP" }
|
- ps: if (Test-Path Env:\CYG_ROOT) { Start-FileDownload "http://cygwin.com/$env:CYG_SETUP" -FileName "$env:CYG_SETUP" }
|
||||||
- if defined CYG_ROOT (%CYG_SETUP% --quiet-mode --no-shortcuts --only-site --root "%CYG_ROOT%" --site "%CYG_MIRROR%" --local-package-dir "%CYG_CACHE%" --packages "%CYG_PACKAGES%" --upgrade-also)
|
- if defined CYG_ROOT (%CYG_SETUP% --quiet-mode --no-shortcuts --only-site --root "%CYG_ROOT%" --site "%CYG_MIRROR%" --local-package-dir "%CYG_CACHE%" --packages "%CYG_PACKAGES%" --upgrade-also)
|
||||||
|
# remove the conflicting package "catgets" (it conflicts with msys2-runtime)
|
||||||
|
- if defined MSYSTEM (%BASH% -lc "pacman -Rns catgets --noconfirm"
|
||||||
- if defined MSYSTEM (%BASH% -lc "pacman -Suuy --noconfirm")
|
- if defined MSYSTEM (%BASH% -lc "pacman -Suuy --noconfirm")
|
||||||
# the following line is not a duplicate line:
|
# the following line is not a duplicate line:
|
||||||
# it is necessary to upgrade the MSYS base files and after that all the packages
|
# it is necessary to upgrade the MSYS base files and after that all the packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user