British Forum > OGN-R PilotAware

Update of station / remote login

<< < (4/4)

Admin:
Hi Ben

This was probably introduced after your installation
Here are the contents of the script


--- Code: ---#!/bin/bash

#
# http://pilotaware.lode.co.uk/downloads/OGN/README.update
#

#
# Stop service
#
echo "Stopping OGN Services"
sudo service rtlsdr-ogn stop

#
# Write Enable
#
echo "Mounting Disk RW"
sudo /root/mount_rw.bash

#
# instructions as per README.install
#
echo "Download Updates"
sudo wget http://pilotaware.lode.co.uk/downloads/OGN/OGN-PAW.latest.tgz \
    -O /tmp/OGN-PAW.latest.tgz
   
echo "Install Updates"
sudo tar --same-owner -Pxvf /tmp/OGN-PAW.latest.tgz

#
# Write Protect
#
echo "Mounting Disk RO"
sudo /root/mount_ro.bash

#
# Start service
#
echo "Start OGN Services"
sudo service rtlsdr-ogn start
--- End code ---


Thx
Lee

Ben Smith:
Thanks Lee
I will create / run the script this evening
Ben.

Navigation

[0] Message Index

[*] Previous page

Go to full version