1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00

Update aussieadsb.sh

This commit is contained in:
kx1t 2024-06-16 07:40:46 -04:00 committed by GitHub
parent 105daed6a4
commit 8a1b854839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,15 @@
# shellcheck shell=bash disable=SC2015,SC2162
#
# Registration and query utility for aussieadsb
# Registration and query utility for aussieadsb,
# Meant for those who want to feed AussieADSB with Ultrafeeder
#
# AussieADSB is an Australian aggregator focused on feeders in Australia/Oceania.
# If you are in this region and are interested in feeding to them, please see:
# http://aussieadsb.com/
#
# You can run this script from any modern Debian Linux machine with this command:
# wget -qO - https://raw.githubusercontent.com/sdr-enthusiasts/docker-adsb-ultrafeeder/main/aussieadsb.sh | bash -s register
# bash <(wget -qO - https://raw.githubusercontent.com/sdr-enthusiasts/docker-adsb-ultrafeeder/main/aussieadsb.sh)
#
#---------------------------------------------------------------------------------------------
# Copyright (C) 2024 Ramon F. Kolb (kx1t) and contributors
@ -140,7 +142,7 @@ case "$argv" in
echo " mlat,aussieadsb.com,30000;"
echo
echo "Add the following parameter as well:"
echo "- AUSSIEADSB_KEY=\'$rcvr_token\'"
echo "- AUSSIEADSB_KEY='$rcvr_token'"
echo
echo "After adding these, please recreate your Ultrafeeder container to start feeding AussieADSB!"
echo