Skip to content

Commit

Permalink
fix URLs in get_key scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Feb 14, 2024
1 parent 4e3d8bd commit 4aca888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get_adsb_key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mkdir -p /run/tmp

curl -sSL https://raw.githubusercontent.com/sdr-enthusiasts/docker-flightradar24/new-uat/install_feeder.sh > /run/tmp/install_feeder.sh
curl -sSL https://raw.githubusercontent.com/sdr-enthusiasts/docker-flightradar24/main/install_feeder.sh > /run/tmp/install_feeder.sh
chmod a+x /run/tmp/install_feeder.sh
INSTALL_X86_FROMDEB=true /run/tmp/install_feeder.sh

Expand Down
2 changes: 1 addition & 1 deletion get_uat_key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mkdir -p /run/tmp

curl -sSL https://raw.githubusercontent.com/sdr-enthusiasts/docker-flightradar24/new-uat/install_feeder.sh > /run/tmp/install_feeder.sh
curl -sSL https://raw.githubusercontent.com/sdr-enthusiasts/docker-flightradar24/main/install_feeder.sh > /run/tmp/install_feeder.sh
chmod a+x /run/tmp/install_feeder.sh
INSTALL_X86_FROMDEB=true /run/tmp/install_feeder.sh

Expand Down

0 comments on commit 4aca888

Please sign in to comment.