diff --git a/adafruit_fanservice.py b/adafruit_fanservice.py index 43b7127..d5bac81 100644 --- a/adafruit_fanservice.py +++ b/adafruit_fanservice.py @@ -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'): diff --git a/adafruit_fanservice.sh b/adafruit_fanservice.sh index 83d1d5c..3d016dd 100644 --- a/adafruit_fanservice.sh +++ b/adafruit_fanservice.sh @@ -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