-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cfb6dc
commit f9bf4ab
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,14 +76,14 @@ already_installed() { | |
install() { | ||
case "$1" in | ||
"Elixir") | ||
mise use -g elixir@$elixir_version | ||
mise use -g -y elixir@$elixir_version | ||
;; | ||
"Erlang") | ||
brew install autoconf [email protected] wxwidgets libxslt fop | ||
if [ ! -f ~/.kerlrc ]; then | ||
printf "KERL_CONFIGURE_OPTIONS=\"--with-ssl=$(brew --prefix [email protected]) --without-javac\"\n" >~/.kerlrc | ||
fi | ||
mise use -g erlang@$erlang_version | ||
mise use -g -y erlang@$erlang_version | ||
;; | ||
"mise") | ||
curl https://mise.run | sh | ||
|
@@ -106,7 +106,7 @@ install() { | |
;; | ||
"PostgreSQL") | ||
brew install gcc readline zlib curl ossp-uuid | ||
mise use -g postgres@$postgres_version | ||
mise use -g -y postgres@$postgres_version | ||
;; | ||
"Xcode Command Line Tools") | ||
xcode-select --install | ||
|