Added OS error detection
This commit is contained in:
parent
b25d52a41e
commit
c7742fca0a
1 changed files with 4 additions and 0 deletions
4
fetch
4
fetch
|
@ -273,6 +273,10 @@ case "$(uname)" in
|
|||
"CYGWIN"*)
|
||||
os="Windows"
|
||||
;;
|
||||
|
||||
*)
|
||||
printf "%s\n" "Couldn't detect OS, exiting"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Get Distro
|
||||
|
|
Loading…
Reference in a new issue