packet:linbpq-apt-installation
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packet:linbpq-apt-installation [2024/06/18 23:55] – Adding the script mm0rfn | packet: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:// | + | Download the script from: [[https:// |
Lines you can run in the command line are: | Lines you can run in the command line are: | ||
Line 28: | Line 28: | ||
< | < | ||
cd /tmp | cd /tmp | ||
- | wget https:// | + | wget https:// |
chmod +x / | chmod +x / | ||
sudo bash / | sudo bash / | ||
</ | </ | ||
- | ==== Manually ==== | + | ==== Option 2: Manually ==== |
- | To start using his repo, you need tell your machine | + | To manually install, you need to download |
- | <code> | + | * Bullseye: |
- | wget -q https://online-amateur-radio-club-m0ouk.github.io/oarc-packages/hibby.key | + | * Bookworm: <http://repo.hibbian.org/packetrepo/pool/main/h/ |
- | sudo mv hibby.key /etc/apt/trusted.gpg.d/hibby.asc | + | * Trixie: |
- | </code> | + | |
- | Then you need to add the repo for your OS: | + | it should be a case of, for example: |
< | < | ||
- | # 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" >> | + | sudo apt install |
- | + | ||
- | # Ubuntu 24.04 LTS amd64 | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | + | ||
- | # Raspberry Pi OS 12 - ' | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | + | ||
- | # Raspberry Pi OS 11 - ' | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | + | ||
- | # Debian 13 amd64 | + | |
- | sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/ | + | |
- | + | ||
- | # Debian 12 amd64 | + | |
- | sudo sh -c 'echo "deb https:// | + | |
</ | </ | ||
Line 77: | Line 61: | ||
===== Configuration ===== | ===== Configuration ===== | ||
- | A default config file will need to be placed at ''/ | + | A default config file will be placed at ''/ |
- | We ship a simple | + | We ship a backup |
- | + | ||
- | < | + | |
- | sudo cp / | + | |
- | # edit as required, then: | + | |
- | sudo chown linbpq: / | + | |
- | sudo chmod 664 / | + | |
- | </ | + | |
Whenever you have updated the [[https:// | Whenever you have updated the [[https:// |
packet/linbpq-apt-installation.1718754946.txt.gz · Last modified: by mm0rfn