himanshub16 / ProxyMan

Configuring proxy settings made easy.
https://github.com/himanshub16/ProxyMan/releases/latest/
MIT License
683 stars 108 forks source link

Permission denied #84

Closed zwkcoding closed 5 years ago

zwkcoding commented 5 years ago

environment: ubuntu16.04LTS I install after ./install ,

zwk@zwk-mi1602:~/software/proxyman/ProxyMan-3.1.2$ ./install
Installed successfully.

then, it error:

zwk@zwk-mi1602:~/.local/bin$ proxyman
/home/zwk/.local/bin/proxyman: line 4: ./main.sh: Permission denied
zwkcoding commented 5 years ago

check the permission of the scripts ! maybe when I copy these files, I lost the executable permission. solve it use :

cd /home/.proxyman
chmod -Rv  755  *      

My silly mistakes !!!