diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index 0db83a6a..9c9b9b2e 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -2,8 +2,8 @@ # Install one of the supported development environments. Usually called via Install > Development > * in the Omarchy Menu. -if [[ -z "$1" ]]; then - echo "Usage: omarchy-install-dev-env " >&2 +if [[ -z $1 ]]; then + echo "Usage: omarchy-install-dev-env " >&2 exit 1 fi @@ -144,6 +144,7 @@ clojure) ;; scala) echo -e "Installing Scala...\n" + mise use --global java@latest mise use --global scala@latest mise use --global scala-cli@latest ;;