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