File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,34 +18,6 @@ MODEM73 is a [KISS](https://en.wikipedia.org/wiki/KISS_(amateur_radio_protocol))
1818### Windows?
1919Windows 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
You can’t perform that action at this time.
0 commit comments