Skip to content

Commit

Permalink
add install ruby file
Browse files Browse the repository at this point in the history
  • Loading branch information
snkrheadz committed Apr 17, 2024
1 parent 90e8b8c commit 647abe2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ install-go:
# Install python
install-python:
scripts/install-python.sh
# Install ruby
install-ruby:
scripts/install-ruby.sh
5 changes: 5 additions & 0 deletions scripts/install-ruby.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
asdf install ruby latest
asdf global ruby latest

0 comments on commit 647abe2

Please sign in to comment.