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 c0fca1b commit 422857a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
18 changes: 9 additions & 9 deletions priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,21 +128,21 @@ function add_env() {
sleep 1.5
maybe_install "mise"

echo -e "${white}"
sleep 1.5
maybe_install "Erlang"
# echo -e "${white}"
# sleep 1.5
# maybe_install "Erlang"

echo -e "${white}"
sleep 1.5
maybe_install "Elixir"

echo -e "${white}"
sleep 1.5
maybe_install "Phoenix"
# echo -e "${white}"
# sleep 1.5
# maybe_install "Phoenix"

echo -e "${white}"
sleep 1.5
maybe_install "PostgreSQL"
# echo -e "${white}"
# sleep 1.5
# maybe_install "PostgreSQL"

echo -e "${white}"
echo -e "${cyan}${bold}phx.tools setup is complete!"
Expand Down
30 changes: 15 additions & 15 deletions priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,33 +136,33 @@ function maybe_install() {
function add_env() {
echo ""

echo -e "${white}"
sleep 1.5
maybe_install "Xcode Command Line Tools"
# echo -e "${white}"
# sleep 1.5
# maybe_install "Xcode Command Line Tools"

echo -e "${white}"
sleep 1.5
maybe_install "Homebrew"
# echo -e "${white}"
# sleep 1.5
# maybe_install "Homebrew"

echo -e "${white}"
sleep 1.5
maybe_install "mise"

echo -e "${white}"
sleep 1.5
maybe_install "Erlang"
# echo -e "${white}"
# sleep 1.5
# maybe_install "Erlang"

echo -e "${white}"
sleep 1.5
maybe_install "Elixir"

echo -e "${white}"
sleep 1.5
maybe_install "Phoenix"
# echo -e "${white}"
# sleep 1.5
# maybe_install "Phoenix"

echo -e "${white}"
sleep 1.5
maybe_install "PostgreSQL"
# echo -e "${white}"
# sleep 1.5
# maybe_install "PostgreSQL"

echo -e "${white}"
echo -e "${cyan}${bold}phx.tools setup is complete!"
Expand Down

0 comments on commit 422857a

Please sign in to comment.