File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ curl -L -o /tmp/axfeed.sh https://github.com/adsbxchange/adsb-exchange/raw/maste
9
9
sudo bash /tmp/axfeed.sh
10
10
```
11
11
12
- ### Optional: local interface for your data http://192.168.X.XX/ax
12
+ ### Optional: local interface for your data http://192.168.X.XX/adsbx
13
13
14
14
Install / Update:
15
15
```
16
16
sudo bash /usr/local/share/adsbexchange/git/install-or-update-interface.sh
17
17
```
18
18
Remove:
19
19
```
20
- sudo bash /usr/local/share/tar1090/uninstall.sh ax
20
+ sudo bash /usr/local/share/tar1090/uninstall.sh adsbx
21
21
```
22
22
23
23
### Update the feed client without reconfiguring
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ GIT="/usr/local/share/tar1090/git"
23
23
24
24
getGIT " $REPO " " $BRANCH " " $GIT "
25
25
26
- bash " $GIT /install.sh" " /run/adsbexchange-feed" " ax "
26
+ bash " $GIT /install.sh" " /run/adsbexchange-feed" " adsbx "
You can’t perform that action at this time.
0 commit comments