Created
May 14, 2023 01:24
-
-
Save fabiomello/5aa5f1d8a2f90d57e4fc9db215420bb5 to your computer and use it in GitHub Desktop.
Install_Ruby_3_2_2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo apt install libtool | |
| sudo apt install libyaml-dev | |
| asdf install ruby 3.2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment