Installation will fail
Gator96100 opened this issue · 1 comments
Gator96100 commented
The initial msys2 update will remove the msys2/etc/post-install/09-proxspace.post file.
merlokk commented
Now workaround:
from command line
bash -c -i 'pacman -S mingw-w64-i686-readline mingw-w64-i686-gcc git make pkg-config mingw-w64-i686-qt5 --noconfirm' 2>&1>$null
bash -c -i 'pacman -Suu --noconfirm' 2>&1>$null
from bash:
pacman -S mingw-w64-i686-readline mingw-w64-i686-gcc git make pkg-config mingw-w64-i686-qt5
pacman -Suu