mirror of
https://github.com/axllent/mailpit.git
synced 2026-03-02 22:47:01 +00:00
Fix: Correctly detect macOS group in install.sh (#619)
This commit is contained in:
@@ -15,7 +15,7 @@ done
|
||||
OS=
|
||||
case "$(uname -s)" in
|
||||
Linux) OS="linux" ;;
|
||||
Darwin) OS="Darwin" ;;
|
||||
Darwin) OS="darwin" ;;
|
||||
*)
|
||||
echo "OS not supported."
|
||||
exit 2
|
||||
|
||||
Reference in New Issue
Block a user