diff --git a/priv/static/Linux.sh b/priv/static/Linux.sh index 1737bf2f..980222ab 100755 --- a/priv/static/Linux.sh +++ b/priv/static/Linux.sh @@ -120,6 +120,8 @@ function maybe_install() { } function add_env() { + echo "" + echo -e "${white}" sleep 1.5 maybe_install "asdf" diff --git a/priv/static/macOS.sh b/priv/static/macOS.sh index 295eec91..b20839f2 100755 --- a/priv/static/macOS.sh +++ b/priv/static/macOS.sh @@ -130,6 +130,7 @@ function maybe_install() { function add_env() { echo "" + echo -e "${white}" sleep 1.5 maybe_install "Xcode Command Line Tools"