Update install.sh

This commit is contained in:
kn1gh7h4wk 2020-06-22 19:23:14 -07:00 committed by GitHub
parent 2e484d73af
commit ff7a592a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ if [ -f /boot/adsb-config.txt ] ; then # This script checks to make sure the ADS
apt install moreutils -y
fi
cp ./script/gpsUpdate.sh /usr/local/bin
cp ./bin/gpsUpdate.sh /usr/local/bin
cp ./systemd/gpsUpdate.service /lib/systemd/system
systemctl enable gpsUpdate