Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 17, 2024
1 parent 98df698 commit 9ce26d3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
32 changes: 16 additions & 16 deletions priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,30 +137,30 @@ function maybe_install() {
}

function add_env() {
echo ""
echo -e "${white}"
sleep 2
maybe_install "Git"
# echo ""
# echo -e "${white}"
# sleep 2
# maybe_install "Git"

echo -e "${white}"
sleep 2
maybe_install "wget"
# echo -e "${white}"
# sleep 2
# maybe_install "wget"

echo -e "${white}"
sleep 3
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 "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
Expand Down
5 changes: 5 additions & 0 deletions test/scripts/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
SHELL ?= /bin/bash

.ONESHELL:
.SHELLFLAGS := -eu -o pipefail -c

serve:
initdb -D ~/pgdata -U postgres
pg_ctl start -D ~/pgdata
Expand Down

0 comments on commit 9ce26d3

Please sign in to comment.