mirror of
https://gitlab.com/imvec/picapikap.git
synced 2025-12-24 23:19:58 +01:00
Update instalador.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user