Récupérer le script dotnet-install
Télécharge le script officiel d'installation de .NET et le rend exécutable.
bash
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
# or: curl -fsSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
chmod +x dotnet-install.sh