I am trying to set up the command line tool for fly.io on ubuntu as per this repository: https://github.com/superfly/flyctl
The first step is installing the latest version:
curl -L https://fly.io/install.sh | sh
but I get this error in my terminal: mkdir: cannot create directory ‘/alex’: Permission denied
This is easy right? I think I just need to configure something? But I can't find anything that specifically covers this.
Thanks!
sudo visudo
also shows that I have ALL permisions.