From 9f49949b6c5e7a350df7cd46c43641f5fb50e13a Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Mon, 5 Oct 2020 11:31:25 +0100 Subject: [PATCH] !? --- script/install | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/script/install b/script/install index ebf4c5c..0b710b4 100644 --- a/script/install +++ b/script/install @@ -33,6 +33,16 @@ installing... " +if [ "$machine" = "MinGw" ] || [ "$machine" = "Cygwin" ] +then + echo -e "\nSorry, but Windows is not yet supported.\n" + echo "(I want you to know I really tried to support Windows" + echo "but I simply cannot figure it out: Mingw64, Cygwin, etc etc." + echo "-Marx Zuckerburg)" + echo -e "\nIf you are a developer, please lend a hand to support Windows.\n" + + exit 1 +fi