markniu / Bed_Distance_sensor

Auto bed level with High resolution distance sensor
281 stars 28 forks source link

Missing uninstall.sh? #79

Open ogland opened 10 months ago

ogland commented 10 months ago

From the wiki at https://github.com/markniu/Bed_Distance_sensor/wiki/Installing-for-Klipper

"btw,if you want to uninstall, just run ./uninstall.sh"

Not finding this file anywhere, and so I can't uninstall.

ogland commented 10 months ago

Well an updated solved that problem, but I can't run it


pi@litezero:~/Bed_Distance_sensor/klipper $ ./uninstall.sh
-bash: ./uninstall.sh: Permission denied
pi@litezero:~/Bed_Distance_sensor/klipper $ sudo ./uninstall.sh
sudo: ./uninstall.sh: command not found
markniu commented 10 months ago

you can run this chmod 777 uninstall.sh and then ./uninstall.sh

Well an updated solved that problem, but I can't run it


pi@litezero:~/Bed_Distance_sensor/klipper $ ./uninstall.sh
-bash: ./uninstall.sh: Permission denied
pi@litezero:~/Bed_Distance_sensor/klipper $ sudo ./uninstall.sh
sudo: ./uninstall.sh: command not found