8 lines
377 B
Bash
8 lines
377 B
Bash
printf "It's recommended you run these steps manually.\n"
|
|
printf "If you want to run the full script, open it in\n"
|
|
printf "an editor and remove 'exit 1' from below.\n"
|
|
exit 1
|
|
/usr/bin/python3 -m pip uninstall pimoroni-bme280
|
|
cp /home/pi/Pimoroni/config-backups/config.preinstall-pimoroni-bme280-2022-07-22-06-35-49.txt /boot/config.txt
|
|
rm -r /home/pi/Pimoroni/pimoroni-bme280
|