From 6f429c93e58d938503e859f90c1921cf9cbc0fa4 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Tue, 25 Jun 2024 20:20:12 -0300 Subject: [PATCH] Fix wine install 2. --- ports/ci/linux-mingw/install_deps.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ports/ci/linux-mingw/install_deps.sh b/ports/ci/linux-mingw/install_deps.sh index 4e7dc46..46e59a2 100644 --- a/ports/ci/linux-mingw/install_deps.sh +++ b/ports/ci/linux-mingw/install_deps.sh @@ -74,7 +74,6 @@ ${DOWNLOAD_CMD} "https://sourceforge.net/projects/nsis/files/NSIS%20${NSIS_VERSI if [ -e "${nsis}" ]; then export WINEPREFIX=/opt/.wine - wineboot --init -# xvfb-run --auto-servernum wine ./${nsis} /S - wine ./${nsis} /S + xvfb-run --auto-servernum wineboot --init + xvfb-run --auto-servernum wine ./${nsis} /S fi