packetradio-guide/docs/install/bpq.md

24 lines
396 B
Markdown
Raw Normal View History

2024-03-26 23:47:23 +00:00
# BPQ
2024-03-27 01:41:25 +00:00
## Set Up Repo
2024-03-26 23:47:23 +00:00
2024-03-27 01:41:25 +00:00
If you have not already done so, set up the repo [as shown here](../repo.md).
2024-03-26 23:47:23 +00:00
2024-03-27 01:41:25 +00:00
## Install
2024-03-26 23:47:23 +00:00
2024-03-27 01:41:25 +00:00
To install LinBPQ from the repo, run the below commands:
2024-03-26 23:47:23 +00:00
```
sudo apt update
sudo apt install linbpq
```
2024-03-27 01:41:25 +00:00
## Configure
2024-03-26 23:47:23 +00:00
```
sudo mv /usr/share/doc/linbpq/examples/bpq32.cfg /etc/bpq32.cfg
sudo nano /etc/bpq32.cfg
sudo chown :linbpq /etc/bpq32.cfg
sudo chmod 644 /etc/bpq32.cfg
```