Clon1998 / mobileraker_companion

Companion for mobileraker, enabling push notification.
MIT License
209 stars 12 forks source link

can not remove companion #17

Closed TItan371 closed 1 year ago

TItan371 commented 1 year ago

i use this script to remove-mobileraker-companion.sh

this is my command cd ~/ cd mobileraker_companion ./scripts/remove-mobileraker-companion.sh

and it show this -bash: ./scripts/remove-mobileraker-companion.sh: Permission denied

Clon1998 commented 1 year ago

You will need to either be SU or run the script using sudo:

sudo ./scripts/remove-mobileraker-companion.sh

TItan371 commented 1 year ago

many thanks , but still can not remove.

pi@:~ $ cd ~/ pi@:~ $ cd mobileraker_companion pi@:~/mobileraker_companion $ sudo ./scripts/remove-mobileraker-companion.sh [sudo] password for pi: sudo: ./scripts/remove-mobileraker-companion.sh: command not found pi@:~/mobileraker_companion $ cd scripts/ pi@:~/mobileraker_companion/scripts $ ls install-mobileraker-companion.sh mobileraker-requirements.txt remove-mobileraker-companion.sh