Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent 0f88f0b commit ffd2b9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ function install() {

cat $config_file
source $config_file

mise doctor
;;
"Phoenix")
mise exec -- mix local.hex --force
Expand Down
4 changes: 3 additions & 1 deletion test/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ SHELL := $(shell echo $$SHELL)
serve:
rm -f .mise.toml
rm -f .tool-versions
PATH="~/.local/share/mise/shims:$$PATH"

eval "$(mise env -s bash)"
# PATH="~/.local/share/mise/shims:$$PATH"

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

0 comments on commit ffd2b9b

Please sign in to comment.