diff --git a/partialinstall.sh b/partialinstall.sh index 4ae0c62..38762aa 100644 --- a/partialinstall.sh +++ b/partialinstall.sh @@ -48,5 +48,12 @@ echo "--- Finished setup! Rebooting now, when this is done your Cosmic Pi should echo "--- To connect go to the IP address assigned by your network to the CosmicPi device, or ---" echo "--- cosmicpi.local if you have the correct type of browser. If you are operating in ---" echo "--- stand-alone mode via the CosmicPi wifi network, go directly to 192.168.12.1 ---" -sleep 15 +echo "--- Note that this Cosmic Pi will automatically publish all cosmic ray and associated ---" +echo "--- meta-data (position, accelerometer, magnetometer, temperature, humidity, pressure) ---" +echo "--- to the internet for anyone to use under a CC0 license (no rights reserved) ---" +echo "--- and placed in the public domain. For license details see: ---" +echo "--- https://creativecommons.org/share-your-work/public-domain/cc0/ ---" + + +sleep 60 sudo reboot now