Skip to content

Instantly share code, notes, and snippets.

@techwithshadab
Created February 14, 2021 22:29
Show Gist options
  • Save techwithshadab/3a000a5810586551228a8028f85b075d to your computer and use it in GitHub Desktop.
Save techwithshadab/3a000a5810586551228a8028f85b075d to your computer and use it in GitHub Desktop.
wget https://packages.microsoft.com/config/ubuntu/19.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
wget http://ftp.us.debian.org/debian/pool/main/i/icu/libicu57_57.1-6+deb9u4_amd64.deb
sudo dpkg -i libicu57_57.1-6+deb9u4_amd64.deb
sudo apt-get update; \
sudo apt-get install -y apt-transport-https && \
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-3.1
sudo apt-get install -y dotnet-runtime-3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment