From 422857a980b478bc9e6a9377823faa7b87a4966a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Almir=20Saraj=C4=8Di=C4=87?= Date: Wed, 18 Sep 2024 16:37:34 +0200 Subject: [PATCH] Debug --- priv/static/Linux.sh | 18 +++++++++--------- priv/static/macOS.sh | 30 +++++++++++++++--------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/priv/static/Linux.sh b/priv/static/Linux.sh index f082af7c..833e685c 100755 --- a/priv/static/Linux.sh +++ b/priv/static/Linux.sh @@ -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!" diff --git a/priv/static/macOS.sh b/priv/static/macOS.sh index cf542855..e4fe3b14 100755 --- a/priv/static/macOS.sh +++ b/priv/static/macOS.sh @@ -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!"