Skip to content

Commit

Permalink
Fix inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent a6787ad commit 8b66ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ function maybe_install() {
}

function add_env() {
echo ""

echo -e "${white}"
sleep 1.5
maybe_install "asdf"
Expand Down
1 change: 1 addition & 0 deletions priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ function maybe_install() {

function add_env() {
echo ""

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

0 comments on commit 8b66ff1

Please sign in to comment.