packetradio-guide/docs/repo.md

1.7 KiB

Hibby's Repo

Script

The script requires downloaded, set to executable and run and is a little simpler than the manual setup - thanks to John M5ET for writing it!

I strongly recommend you read through it before running it - it should look similar to the manual method below. General computer security advice is to not blindly run scripts you downloaded from the internet!

Install Signing Key

At the moment, you must understand at least some of how Debian works to sign up for the repo!

Fetch the keyring for your distro

Download and install the .deb that suits your distro:

Set up Repo

I've installed a package list on your machine at /usr/share/hibbian-archive-keyring/sources.list.d/bookworm/packetrepo_stable.list or a similar path, depending on your OS version.

I suggest you link to that from /etc/apt/sources.list.d/ - for example,

ln -s
/usr/share/hibbian-archive-keyring/sources.list.d/bookworm/packetrepo_stable.list
/etc/apt/sources.list.d/hibbian.list

Update

Once the repo is setup, refresh your package lists and we're good to go:

sudo apt update

See what's available

A rough list of what's available is available at githib. If you have any issues, sign up there and leave an issue against the right thing!