Skip to content

Instantly share code, notes, and snippets.

View GPrimola's full-sized avatar
👨‍💻
Working from Milano

Giorgio Primola GPrimola

👨‍💻
Working from Milano
View GitHub Profile
@GPrimola
GPrimola / install_asdf.sh
Created June 19, 2024 20:39 — forked from ricardopadua/install_asdf.sh
Installing Elixir and Erlang With ASDF ( Fedora )
#!/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