Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent f6f74c4 commit 4bff62d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,17 @@ add_env() {
sleep 1.5
maybe_install "mise"

# printf "${white}\n"
# sleep 1.5
# maybe_install "Erlang"
printf "${white}\n"
sleep 1.5
maybe_install "Erlang"

printf "${white}\n"
sleep 1.5
maybe_install "Elixir"

# printf "${white}\n"
# sleep 1.5
# maybe_install "Phoenix"
printf "${white}\n"
sleep 1.5
maybe_install "Phoenix"

# printf "${white}\n"
# sleep 1.5
Expand Down
24 changes: 12 additions & 12 deletions priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,29 +126,29 @@ maybe_install() {
add_env() {
printf "\n"

# printf "${white}\n"
# sleep 1.5
# maybe_install "Xcode Command Line Tools"
printf "${white}\n"
sleep 1.5
maybe_install "Xcode Command Line Tools"

# printf "${white}\n"
# sleep 1.5
# maybe_install "Homebrew"
printf "${white}\n"
sleep 1.5
maybe_install "Homebrew"

printf "${white}\n"
sleep 1.5
maybe_install "mise"

# printf "${white}\n"
# sleep 1.5
# maybe_install "Erlang"
printf "${white}\n"
sleep 1.5
maybe_install "Erlang"

printf "${white}\n"
sleep 1.5
maybe_install "Elixir"

# printf "${white}\n"
# sleep 1.5
# maybe_install "Phoenix"
printf "${white}\n"
sleep 1.5
maybe_install "Phoenix"

# printf "${white}\n"
# sleep 1.5
Expand Down

0 comments on commit 4bff62d

Please sign in to comment.