IBM-Cloud / ibm-cloud-developer-tools

Installation scripts for new IBM Cloud Developer CLI Plugin and it's dependencies.
Apache License 2.0
131 stars 146 forks source link

Add suport to Deepin #124

Open narcello opened 5 years ago

narcello commented 5 years ago

Add suport to Deepin distribution

Steps to reproduce (include tooling version, platform, etc)

  1. When I run: curl -sL https://ibm.biz/idt-installer | bash
  2. Get the error: image

Operating System

DISTRIB_ID=Deepin
DISTRIB_RELEASE="15.9.3"
DISTRIB_DESCRIPTION="Deepin 15.9.3 "
DISTRIB_CODENAME=unstable
PRETTY_NAME="Deepin 15"
NAME="Deepin"
VERSION_ID="15.9.3"
VERSION="15.9.3"
ID=deepin
HOME_URL="https://www.deepin.org/"

Supporting details Same error runing with sudo.


chang-ngeno commented 4 years ago

HI, @narcello i was facing same issue with Deepin 15.11 DISTRIB_ID=Deepin DISTRIB_RELEASE="15.11" DISTRIB_DESCRIPTION="Deepin 15.11 " DISTRIB_CODENAME=stable

The following steps sorted me out:

image

narcello commented 4 years ago

@chang-ngeno Thanks a lot :)