hunostor

dotnet runtime install Ubuntu

Aug 31st, 2021
1,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. sudo apt-get update; \
  2.   sudo apt-get install -y apt-transport-https && \
  3.   sudo apt-get update && \
  4.   sudo apt-get install -y dotnet-sdk-5.0
Advertisement
Add Comment
Please, Sign In to add comment