User Tools

Site Tools


packet:linbpq-apt-installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:linbpq-apt-installation [2024/06/18 23:55] – Adding the script mm0rfnpacket:linbpq-apt-installation [2025/03/21 11:59] (current) mm0rfn
Line 15: Line 15:
 There are two ways of installing the repo: script or manually line. There are two ways of installing the repo: script or manually line.
  
-==== Script ====+==== Option 1: Script ====
  
 The script requires dowloaded, set to executable and run and is a little simpler than the manual setup - thanks to John M5ET for writing it! The script requires dowloaded, set to executable and run and is a little simpler than the manual setup - thanks to John M5ET for writing it!
Line 22: Line 22:
 **General computer security advice is to not blindly run scripts you downloaded from the internet!**  **General computer security advice is to not blindly run scripts you downloaded from the internet!** 
  
-Download the script from: [[https://guide.foxk.it/static/files/setup.sh]]+Download the script from: [[https://guide.hibbian.org/static/files/setup.sh]]
  
 Lines you can run in the command line are: Lines you can run in the command line are:
Line 28: Line 28:
 <code> <code>
 cd /tmp cd /tmp
-wget https://guide.foxk.it/static/files/setup.sh+wget https://guide.hibbian.org/static/files/setup.sh
 chmod +x /tmp/setup.sh chmod +x /tmp/setup.sh
 sudo bash /tmp/setup.sh sudo bash /tmp/setup.sh
 </code> </code>
  
-==== Manually ====+==== Option 2: Manually ====
  
-To start using his repo, you need tell your machine to trust the repo:+To manually install, you need to download the repo .deb for your OS and install it:
  
-<code> +* Bullseye: <http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+3_all.deb>\\ 
-wget -q https://online-amateur-radio-club-m0ouk.github.io/oarc-packages/hibby.key +* Bookworm: <http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+3_all.deb>\\ 
-sudo mv hibby.key /etc/apt/trusted.gpg.d/hibby.asc +* Trixie: <http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo~TRIXIE+3_all.deb>\\
-</code>+
  
-Then you need to add the repo for your OS:+it should be a case of, for example:
  
 <code> <code>
-# Ubuntu 22.04 LTS amd64 +wget http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo~TRIXIE+3_all.deb 
-sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages jammy main" >> /etc/apt/sources.list' +sudo apt install ./hibbian-archive-keyring_20240924~packetrepo~TRIXIE+3_all.deb
- +
-# Ubuntu 24.04 LTS amd64 +
-sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages noble main" >> /etc/apt/sources.list' +
- +
-# Raspberry Pi OS 12 'Bookworm' +
-sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages bookworm main" >> /etc/apt/sources.list' +
- +
-# Raspberry Pi OS 11 - 'Bullseye' +
-sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages bullseye main" >> /etc/apt/sources.list' +
- +
-# Debian 13 amd64 +
-sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages testing main" >> /etc/apt/sources.list' +
- +
-# Debian 12 amd64 +
-sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages bookworm main" >> /etc/apt/sources.list'+
 </code> </code>
  
Line 77: Line 61:
 ===== Configuration ===== ===== Configuration =====
  
-A default config file will need to be placed at ''/etc/bpq32.cfg'' before bpq will start.+A default config file will be placed at ''/etc/bpq32.cfg'' before bpq will start.
  
-We ship a simple config file suitable for a basic node with a single KISS modem with the package in `/usr/share/doc/linbpq/examples/bpq32.cfg`, taken from: https://gist.github.com/M0LTE/52824537b3fe21d19baf9a66eda4db86 +We ship a backup config file suitable for a basic node with a single KISS modem with the package in `/usr/share/doc/linbpq/examples/bpq32.cfg`, so don't worry about getting it wrong!
- +
-<code> +
-sudo cp /usr/share/doc/linbpq/examples/bpq32.cfg /etc/bpq32.cfg +
-# edit as required, then: +
-sudo chown linbpq: /etc/bpq32.cfg +
-sudo chmod 664 /etc/bpq32.cfg +
-</code>+
  
 Whenever you have updated the [[https://www.cantab.net/users/john.wiseman/Documents/BPQCFGFile.html|config]], restart LinBPQ: Whenever you have updated the [[https://www.cantab.net/users/john.wiseman/Documents/BPQCFGFile.html|config]], restart LinBPQ:
packet/linbpq-apt-installation.1718754946.txt.gz · Last modified: by mm0rfn