sungshon / PimpMyStremio

Local add-on manager for Stremio
MIT License
381 stars 51 forks source link

Trying to run it on linux chromeos #91

Open MohamedAlmahmood opened 3 years ago

MohamedAlmahmood commented 3 years ago

Screenshot 2021-01-02 at 6 20 57 PM Screenshot 2021-01-02 at 6 20 49 PM

Hello I'm trying to run PimpMyStremio on chromeos using linux. I installed the stremio linux app. However, it seems that the pimpmystremio linux file is not executable. Everytime I try to run it shows me the following errors. Can someone please help?

sleeyax commented 3 years ago

Looks like you're getting a permission error when trying to execute the binary.

Close that GUI bs and open a terminal like a real linux pro. Then change directory to the path where you have pms downloaded and enter sudo chmod +x PimpMyStremio to make sure it's executable and then run pms like ./PimpMyStremio

If that still gives you permission errors make sure you either run it as root sudo ./PimpMyStremio or give your user account the appropriate permissions.