From 31de940fa289ae49c3958c00c3066a17394eec7c Mon Sep 17 00:00:00 2001 From: peterpt <7487321+peterpt@users.noreply.github.com> Date: Thu, 14 Jan 2021 18:25:32 +0000 Subject: [PATCH] Update setup.sh --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 3669f89..3582a43 100644 --- a/setup.sh +++ b/setup.sh @@ -631,7 +631,7 @@ echo -e "$red" "[ X ] Mingw-w64 -> not found " #Powerstager requires mingw64 to work , mingw32 is required because powerfull.sh requires it for 32bit fud exe compiling # In case mingw64 not found then remove any previously mingw32 & 64 bit faulty instalations and install mingw64 -xterm -T "☣ INSTALL MINGW64 COMPILLER ☣" -geometry 100x30 -e "sudo apt-get remove --purge *mingw* -y && apt-get autoremove -y && apt-get install *mingw* -y" +xterm -T "☣ INSTALL MINGW64 COMPILLER ☣" -geometry 100x30 -e "sudo apt-get remove --purge *mingw* -y && sudo apt-get autoremove -y && sudo apt-get install *mingw* -y" which x86_64-w64-mingw32-gcc > /dev/null 2>&1 if [ "$?" -eq "0" ]; then echo -e "$green" "[ ✔ ] Mingw-64 Compiler..................[ found ]" @@ -656,7 +656,7 @@ echo -e "$red" "[ X ] Mingw-32 -> not found " #Powerstager requires mingw64 to work , mingw32 is required because powerfull.sh requires it for 32bit fud exe compiling # In case mingw64 not found then remove any previously mingw32 & 64 bit faulty instalations and install mingw64 -xterm -T "☣ INSTALL MINGW32 COMPILLER ☣" -geometry 100x30 -e "sudo apt-get remove --purge *mingw* -y && apt-get autoremove -y && apt-get install *mingw* -y" +xterm -T "☣ INSTALL MINGW32 COMPILLER ☣" -geometry 100x30 -e "sudo apt-get remove --purge *mingw* -y && sudo apt-get autoremove -y && sudo apt-get install *mingw* -y" which i686-w64-mingw32-gcc > /dev/null 2>&1 if [ "$?" -eq "0" ]; then echo -e "$green" "[ ✔ ] Mingw-32 Compiler..................[ found ]"