Skip to content

Instantly share code, notes, and snippets.

@a2f0
Last active September 22, 2017 05:00
Show Gist options
  • Save a2f0/a0fd9074ca044c9b484524c97d21350b to your computer and use it in GitHub Desktop.
Save a2f0/a0fd9074ca044c9b484524c97d21350b to your computer and use it in GitHub Desktop.

Revisions

  1. a2f0 revised this gist Sep 22, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion debian-jessie-azcopy
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    #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
  2. a2f0 created this gist Sep 22, 2017.
    18 changes: 18 additions & 0 deletions debian-jessie-azcopy
    Original 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:/#