Skip to content

Commit cc42af3

Browse files
authored
Update README
1 parent 2f63530 commit cc42af3

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,6 @@ MODEM73 is a [KISS](https://en.wikipedia.org/wiki/KISS_(amateur_radio_protocol))
1818
### Windows?
1919
Windows fork by SP5LOT https://github.com/SP5LOT/modem73 (out of date)
2020

21-
22-
23-
#### Install from .deb (x86_64 / arm64 / armhf)
24-
25-
Prebuilt packages are attached to each release. Pick the one that matches your CPU:
26-
27-
```
28-
# x86_64 (most desktops/laptops)
29-
wget https://github.com/RFnexus/modem73/releases/latest/download/modem73_amd64.deb
30-
sudo apt install ./modem73_amd64.deb
31-
32-
# arm64 (Raspberry Pi 4/5 on 64-bit OS. Pi Zero 2 on 64-bit OS, and most other SBCs)
33-
wget https://github.com/RFnexus/modem73/releases/latest/download/modem73_arm64.deb
34-
sudo apt install ./modem73_arm64.deb
35-
36-
# armhf (32-bit Raspberry Pi OS, Pi 2/3, ARmbian Xiegu X6100)
37-
wget https://github.com/RFnexus/modem73/releases/latest/download/modem73_armhf.deb
38-
sudo apt install ./modem73_armhf.deb
39-
```
40-
Not sure which arch you're on? Run dpkg --print-architecture.
41-
42-
Then verify the download:
43-
```
44-
wget https://github.com/RFnexus/modem73/releases/latest/download/modem73_amd64.deb.sha256
45-
sha256sum -c modem73_amd64.deb.sha256
46-
```
47-
and run `modem73` :)
48-
4921
## Building from source
5022

5123
### Linux

0 commit comments

Comments
 (0)