Update instalador.sh

This commit is contained in:
imvec
2022-08-23 15:09:13 +00:00
parent 2a108ce206
commit ad7e8cdd0d

View File

@@ -138,11 +138,11 @@ rm -rf instalador.sh
echo "==============================================================================="
echo "= Escribe: sudo crontab -e y añade esta linea al final del archivo ="
echo "= para que la cámara comience a disparar al iniciar la Raspberry Pi: ="
echo "= @reboot sudo python3 /home/pi/PicaPiKAP/scripts/PicaPiKAP.py ="
echo "= @reboot sudo python3 /home/pi/PicaPiKAP/scripts/PicaPiKAP.py ="
echo "= Recomendamos retrasar 5 minutos (300 segundos) el inicio del disparo para ="
echo "= poder levantar la cometa y que el disparo se active en el aire. En ese caso ="
echo "= debes añadir esta línea y no la anterior:
echo "= @reboot sleep 300 && sudo python3 /home/pi/PicaPiKAP/scripts/PicaPiKAP.py ="
echo "= debes añadir esta línea y no la anterior: ="
echo "= @reboot sleep 300 && sudo python3 /home/pi/PicaPiKAP/scripts/PicaPiKAP.py ="
echo "==============================================================================="
echo ""
sleep 5