Added OS error detection

master
Dylan 10 years ago
parent b25d52a41e
commit c7742fca0a
  1. 4
      fetch

@ -273,6 +273,10 @@ case "$(uname)" in
"CYGWIN"*)
os="Windows"
;;
*)
printf "%s\n" "Couldn't detect OS, exiting"
;;
esac
# Get Distro

Loading…
Cancel
Save