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 | |
| ## Ricardo Pádua | |
| ## install asdf in fedora | |
| ## install curl and git | |
| dnf install curl git | |
| ## install asdf | |
| git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0 |