IBM-Cloud / ibm-cloud-developer-tools

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

For Distros to be supported by default, I would like to see linux mint supported #185

Open wbgibby opened 2 years ago

wbgibby commented 2 years ago

Summary For Distros to be supported by default, I would like to see linux mint supported, which is another Ubuntu image.

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

  1. I create a VM using linux mint.
  2. install ibm cloud cli with 'sudo curl -sL https://ibm.biz/idt-installer | bash'
  3. Fails because distro = Linux Mint 20.1

Operating System Specify: (MacOS, Linux, Windows) Linux Mint 20.1 virtual machine running in Oracle Virtual box on a IBM Windows 10 host.

Supporting details (Logs, stack traces, images, etc. Wrap in <detail> ... </detail> tags as appropriate)

I can get the script to work if I set DISTRO=Ubuntu below the line where DISTRO is actually set.

Development "done" checklist

steveclay commented 2 years ago

@wbgibby this tool is no longer being updated, but another user suggested a fix for Mint that may work for you: https://github.com/IBM-Cloud/ibm-cloud-developer-tools/pull/151