master
quadrismegistus 4 years ago
parent e59d77d928
commit e779d228e5

@ -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

Loading…
Cancel
Save