diff --git a/script/install b/script/install index 6401d60..7adecb8 100644 --- a/script/install +++ b/script/install @@ -35,14 +35,11 @@ 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 "\nSorry, but Windows is not yet supported." echo -e "\nIf you are a developer, please lend a hand to support Windows." - echo "The attempt at a windows installation is located here:" + echo "The currentattempt at a windows installation is located here:" echo "https://github.com/ComradOrg/Comrad/blob/master/script/install-windows.sh" - + exit 1 fi