You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
377 B
8 lines
377 B
2 years ago
|
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
|