inlets / inletsctl

Create inlets servers on the top cloud platforms
https://docs.inlets.dev/
MIT License
457 stars 63 forks source link

curl/sudo sh - Install fails on Ubuntu 20.10 #88

Closed dashaun closed 3 years ago

dashaun commented 3 years ago

SHA comparison failed because the binary got installed in /tmp instead of into /tmp/bin/

Expected Behaviour

Current Behaviour

Possible Solution

My workaround was to create /tmp/bin and move the inletsctl from /tmp/ to /tmp/bin/

Steps to Reproduce (for bugs)

Ubuntu 20.10

  1. curl -sLSf https://inletsctl.inlets.dev | sudo sh

Context

Your Environment

 _       _      _            _   _ 
(_)_ __ | | ___| |_ ___  ___| |_| |
| | '_ \| |/ _ \ __/ __|/ __| __| |
| | | | | |  __/ |_\__ \ (__| |_| |
|_|_| |_|_|\___|\__|___/\___|\__|_|

Version: 0.8.2
Git Commit: 1ba0bc1ce0e18757422c4de3cb8ca386d0a9d289
alexellis commented 3 years ago

Hi thank you for updating your version.

I'll take a look into this.

Alex