Update Fan Service Messages
This commit is contained in:
parent
5c9a4cc0e0
commit
7c1719d67c
2 changed files with 10 additions and 20 deletions
|
|
@ -13,18 +13,12 @@ fan service, which will turn on an
|
|||
external fan controlled by a given pin
|
||||
|
||||
Operations performed include:
|
||||
- In /boot/config.txt, enable camera
|
||||
- apt-get update
|
||||
- Install Python libraries:
|
||||
picamera, pygame, PIL
|
||||
- Downgrade SDL library for pygame
|
||||
touch compatibility
|
||||
- Download Dropbox Updater and
|
||||
Adafruit Pi Cam software
|
||||
- Create a Fan Service File
|
||||
- Enable Fan Service
|
||||
- Automatically Start Fan Service
|
||||
on System startup
|
||||
|
||||
Run time 1+ minutes. Reboot not required.
|
||||
|
||||
""")
|
||||
Run time < 1 minute. Reboot not required.""")
|
||||
|
||||
if not shell.argument_exists('y'):
|
||||
if not shell.prompt("CONTINUE?", default='n'):
|
||||
|
|
|
|||
|
|
@ -12,16 +12,12 @@ echo "fan service, which will turn on an"
|
|||
echo "external fan controlled by a given pin"
|
||||
echo
|
||||
echo "Operations performed include:"
|
||||
echo "- In /boot/config.txt, enable camera"
|
||||
echo "- apt-get update"
|
||||
echo "- Install Python libraries:"
|
||||
echo " picamera, pygame, PIL"
|
||||
echo "- Downgrade SDL library for pygame"
|
||||
echo " touch compatibility"
|
||||
echo "- Download Dropbox Updater and"
|
||||
echo " Adafruit Pi Cam software"
|
||||
echo "- Create a Fan Service File"
|
||||
echo "- Enable Fan Service"
|
||||
echo "- Automatically Start Fan Service"
|
||||
echo " on System startup"
|
||||
echo
|
||||
echo "Run time 1+ minutes. Reboot not required."
|
||||
echo "Run time < 1 minute. Reboot not required."
|
||||
echo
|
||||
|
||||
group=ADAFRUIT
|
||||
|
|
|
|||
Loading…
Reference in a new issue