2024-03-27 01:41:25 +00:00
|
|
|
# Hibby's Repo
|
2024-06-19 00:58:06 +01:00
|
|
|
|
|
|
|
## Script
|
|
|
|
|
2024-07-16 23:17:00 +01:00
|
|
|
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!
|
2024-06-19 00:58:06 +01:00
|
|
|
|
|
|
|
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!**
|
|
|
|
|
|
|
|
|
2024-03-27 01:41:25 +00:00
|
|
|
## Install Signing Key
|
|
|
|
|
2024-08-27 00:49:30 +01:00
|
|
|
At the moment, you must understand at least some of how Debian works to sign up
|
|
|
|
for the repo!
|
2024-03-27 01:41:25 +00:00
|
|
|
|
2024-08-27 00:49:30 +01:00
|
|
|
### Fetch the keyring for your distro
|
2024-03-27 01:41:25 +00:00
|
|
|
|
2024-08-27 00:49:30 +01:00
|
|
|
Download and install the .deb that suits your distro:
|
2024-03-27 01:41:25 +00:00
|
|
|
|
2024-08-27 00:49:30 +01:00
|
|
|
* [Bullseye](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240826~packetrepo11+3_all.deb)
|
|
|
|
* [Bookworm](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240826~packetrepo12+1_all.deb)
|
|
|
|
* [Testing](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240826~packetrepo~TRIXIE+1_all.deb)
|
2024-03-27 01:41:25 +00:00
|
|
|
## Set up Repo
|
|
|
|
|
2024-08-27 00:49:30 +01:00
|
|
|
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.
|
2024-03-27 01:41:25 +00:00
|
|
|
|
2024-08-27 00:49:30 +01:00
|
|
|
I suggest you link to that from `/etc/apt/sources.list.d/` - for example,
|
2024-03-27 01:41:25 +00:00
|
|
|
|
2024-08-27 00:49:30 +01:00
|
|
|
```
|
|
|
|
ln -s
|
|
|
|
/usr/share/hibbian-archive-keyring/sources.list.d/bookworm/packetrepo_stable.list
|
|
|
|
/etc/apt/sources.list.d/hibbian.list
|
|
|
|
```
|
2024-03-27 01:41:25 +00:00
|
|
|
|
|
|
|
## Update
|
|
|
|
|
|
|
|
Once the repo is setup, refresh your package lists and we're good to go:
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo apt update
|
|
|
|
```
|
2024-08-27 00:49:30 +01:00
|
|
|
## See what's available
|
|
|
|
|
|
|
|
A rough list of what's available is available at
|
|
|
|
[githib](https://git.hibbian.org/Hibbian). If you have any issues, sign up there
|
|
|
|
and leave an issue against the right thing!
|