Update Fan Service Messages

This commit is contained in:
Melissa LeBlanc-Williams 2020-10-06 08:43:58 -06:00
parent 5c9a4cc0e0
commit 7c1719d67c
2 changed files with 10 additions and 20 deletions

View file

@ -13,18 +13,12 @@ fan service, which will turn on an
external fan controlled by a given pin external fan controlled by a given pin
Operations performed include: Operations performed include:
- In /boot/config.txt, enable camera - Create a Fan Service File
- apt-get update - Enable Fan Service
- Install Python libraries: - Automatically Start Fan Service
picamera, pygame, PIL on System startup
- Downgrade SDL library for pygame
touch compatibility
- Download Dropbox Updater and
Adafruit Pi Cam software
Run time 1+ minutes. Reboot not required. Run time < 1 minute. Reboot not required.""")
""")
if not shell.argument_exists('y'): if not shell.argument_exists('y'):
if not shell.prompt("CONTINUE?", default='n'): if not shell.prompt("CONTINUE?", default='n'):

View file

@ -12,16 +12,12 @@ echo "fan service, which will turn on an"
echo "external fan controlled by a given pin" echo "external fan controlled by a given pin"
echo echo
echo "Operations performed include:" echo "Operations performed include:"
echo "- In /boot/config.txt, enable camera" echo "- Create a Fan Service File"
echo "- apt-get update" echo "- Enable Fan Service"
echo "- Install Python libraries:" echo "- Automatically Start Fan Service"
echo " picamera, pygame, PIL" echo " on System startup"
echo "- Downgrade SDL library for pygame"
echo " touch compatibility"
echo "- Download Dropbox Updater and"
echo " Adafruit Pi Cam software"
echo echo
echo "Run time 1+ minutes. Reboot not required." echo "Run time < 1 minute. Reboot not required."
echo echo
group=ADAFRUIT group=ADAFRUIT