Skip to content

Commit

Permalink
Migrate from rtx to mise (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Jan 11, 2024
1 parent a902e96 commit 4ae9ad7
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 4ae9ad7

Please sign in to comment.