From cbd5da1b5dee0fbebdb80e5fddf5f5e93990bd28 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 25 Mar 2024 15:14:42 +0000 Subject: [PATCH] MSYS2 git package name changed --- zenmap/install_scripts/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenmap/install_scripts/windows/build.sh b/zenmap/install_scripts/windows/build.sh index 89ce43e9c..e27e1f9b7 100644 --- a/zenmap/install_scripts/windows/build.sh +++ b/zenmap/install_scripts/windows/build.sh @@ -8,7 +8,7 @@ BUILDDIR=dist : << '#MULTILINE_COMMENT' # Setup environment -pacman -S --needed zip mingw-w64-x86_64-{python3,gcc,nsis,binutils,git} +pacman -S --needed git zip mingw-w64-x86_64-{python3,gcc,nsis,binutils} pacman -S --needed mingw-w64-x86_64-python3-pip git clone https://github.com/achadwick/styrene.git git apply <