8

Im trying to download firestorm but when I try to run the install.sh it says

Invalid url: '/home/user/Downloads/Pheonix_FirestormOS-Releasex64_x86_64_5.1.7.55786/install.sh' given, exiting
No ':' in the uri

Can someone explain what this means? I already looked at this: No ':' in the url but it wasn't helpful. How do I fix this? I'm running Ubuntu 18.04.01

wjandrea
  • 14,236
  • 4
  • 48
  • 98

1 Answers1

8

It seems like the file needs execution permissions.

This is what worked for me:

  • Right click on the file, click on Properties.
  • On the Permissions tab, make sure you have checked the 'Allow executing file as program'
  • Close it and go open the file. It now runs correctly.

screenshot

Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83
civanm
  • 81