Last active
September 22, 2017 05:00
-
-
Save a2f0/a0fd9074ca044c9b484524c97d21350b to your computer and use it in GitHub Desktop.
Revisions
-
a2f0 revised this gist
Sep 22, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ apt-get update apt-get install curl libunwind8 gettext apt-transport-https -y curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg -
a2f0 created this gist
Sep 22, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ #this will fail apt-get update apt-get install curl libunwind8 gettext apt-transport-https -y curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-jessie-prod jessie main" > /etc/apt/sources.list.d/dotnetdev.list' apt-get update == root@14f8f81f71e2:/# apt-cache search dotnet libgtk-dotnet3.0-cil - GTK.NET library libgtk-dotnet3.0-cil-dev - GTK.NET library - development files dotnet-host - Microsoft .NET Core Host - 2.0.0 dotnet-hostfxr-2.0.0 - Microsoft .NET Core Host FX Resolver - 2.0.0 2.0.0 dotnet-runtime-2.0.0 - Microsoft .NET Core Runtime - 2.0.0 Microsoft.NETCore.App 2.0.0 dotnet-sdk-2.0.0 - Microsoft .NET Core SDK - 2.0.0 root@14f8f81f71e2:/#