Skip to content

Commit

Permalink
Migrate from rtx to mise
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jan 11, 2024
1 parent 604aaa2 commit 2047030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions script/setup
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
set -e

if command -v "rtx"; then
rtx install
if command -v "mise"; then
mise install
fi

# Install all dependencies:
Expand Down

0 comments on commit 2047030

Please sign in to comment.