Skip to content

Commit

Permalink
Updated install links for fork
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRusk authored May 28, 2022
1 parent 291a3cc commit fe1a11a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tar1090


![Screenshot1](https://raw.githubusercontent.com/wiedehopf/tar1090/screenshots/screenshot3.png)
![Screenshot1](https://raw.githubusercontent.com/MartinRusk/tar1090/screenshots/screenshot3.png)

Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa

Expand All @@ -24,7 +24,7 @@ dump1090-mutability installations should work as well, aircraft details will be
## Installation

```
sudo bash -c "$(wget -nv -O - https://github.com/wiedehopf/tar1090/raw/master/install.sh)"
sudo bash -c "$(wget -nv -O - https://github.com/MartinRusk/tar1090/raw/master/install.sh)"
```

## View the added webinterface
Expand All @@ -42,7 +42,7 @@ Check further down for keyboard shortcuts.
## Update (same command as installation)

```
sudo bash -c "$(wget -nv -O - https://github.com/wiedehopf/tar1090/raw/master/install.sh)"
sudo bash -c "$(wget -nv -O - https://github.com/MartinRusk/tar1090/raw/master/install.sh)"
```

Configuration should be preserved.
Expand Down Expand Up @@ -159,14 +159,14 @@ UAT traffic will be displayed as ADS-B, this can't be avoided.


```
wget -nv -O /tmp/install.sh https://github.com/wiedehopf/tar1090/raw/master/install.sh
wget -nv -O /tmp/install.sh https://github.com/MartinRusk/tar1090/raw/master/install.sh
sudo bash /tmp/install.sh /run/combine1090
```

## Remove / Uninstall

```
sudo bash -c "$(wget -nv -O - https://github.com/wiedehopf/tar1090/raw/master/uninstall.sh)"
sudo bash -c "$(wget -nv -O - https://github.com/MartinRusk/tar1090/raw/master/uninstall.sh)"
```

## Using the filters
Expand Down Expand Up @@ -435,7 +435,7 @@ put in these two lines if you're using dump1090-fa

if you then run the tar1090 install script afterwards you'll have an extra instance you can configure the history retention for.
```
sudo bash -c "$(wget -nv -O - https://github.com/wiedehopf/tar1090/raw/master/install.sh)"
sudo bash -c "$(wget -nv -O - https://github.com/MartinRusk/tar1090/raw/master/install.sh)"
sudo nano /etc/default/tar1090-persist
```

Expand Down

0 comments on commit fe1a11a

Please sign in to comment.