mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 06:07:42 +00:00
Add MinGW on Windows to install script (#998)
Running uname -sm yields: MINGW32_NT-6.2 i686
This commit is contained in:
parent
a0a3c349c9
commit
41f0b2c354
1
install
1
install
@ -171,6 +171,7 @@ case "$archi" in
|
||||
OpenBSD\ *64) download fzf-$version-openbsd_${binary_arch:-amd64}.tgz ;;
|
||||
OpenBSD\ *86) download fzf-$version-openbsd_${binary_arch:-386}.tgz ;;
|
||||
CYGWIN*\ *64) download fzf-$version-windows_${binary_arch:-amd64}.zip ;;
|
||||
MINGW*\ *86) download fzf-$version-windows_${binary_arch:-386}.zip ;;
|
||||
*) binary_available=0 binary_error=1 ;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user