Skip to content

Commit

Permalink
v8.0.1 changed install url to snstac
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 24, 2024
1 parent c900268 commit fb5dfff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ADSBCOT 8.0.0
## ADSBCOT 8.0.1

Happy Summer Solstice!

Expand Down
2 changes: 1 addition & 1 deletion adsbcot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

"""ADS-B to TAK Gateway."""

__version__ = "8.0.0"
__version__ = "8.0.1"

# COMPAT Python 3.6 test/build work-around:
try:
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ There are several methods of installing ADSBCOT. They are listed below, in order
Install ADSBCOT, and prerequisite packages of [PyTAK](https://pytak.rtfd.io) & [AIRCOT](https://aircot.rtfd.io).

```sh linenums="1"
sudo apt update
wget https://github.com/ampledata/aircot/releases/latest/download/aircot_latest_all.deb
sudo apt update -qq
wget https://github.com/snstac/aircot/releases/latest/download/aircot_latest_all.deb
sudo apt install -f ./aircot_latest_all.deb
wget https://github.com/ampledata/pytak/releases/latest/download/pytak_latest_all.deb
wget https://github.com/snstac/pytak/releases/latest/download/pytak_latest_all.deb
sudo apt install -f ./pytak_latest_all.deb
wget https://github.com/ampledata/adsbcot/releases/latest/download/adsbcot_latest_all.deb
wget https://github.com/snstac/adsbcot/releases/latest/download/adsbcot_latest_all.deb
sudo apt install -f ./adsbcot_latest_all.deb
```

Expand Down

0 comments on commit fb5dfff

Please sign in to comment.