This commit is contained in:
KM4ACK 2023-07-25 12:28:28 -05:00
parent 6ef63d1356
commit a8a8060874

View file

@ -34,6 +34,8 @@ INSTALL(){
#Line below is for https://github.com/km4ack/pi-build/issues/198
echo "#Update GPS maidenhead for conky" >>${TEMPCRON}
echo "*/1 * * * * /home/`whoami`/bin/conky/grid" >>${TEMPCRON}
chmod +x $HOME/bin/conky/grid
chmod +x $HOME/bin/conky/get-grid
MENU
}