packetradio-guide/docs/repo.md

46 lines
1.3 KiB
Markdown
Raw Normal View History

2024-09-25 01:10:13 +01:00
# Hibbian Repo
2024-06-19 00:58:06 +01:00
2024-09-25 01:10:13 +01:00
## Install with Script
2024-06-19 00:58:06 +01:00
2024-09-25 01:10:13 +01:00
Download the script from: <https://guide.hibbian.org/static/files/setup.sh>
2024-06-19 00:58:06 +01:00
2024-09-25 01:10:13 +01:00
This must be run from the command line:
2024-06-19 00:58:06 +01:00
2024-09-25 01:10:13 +01:00
!!! note "Terminal Commands"
```
cd /tmp
wget https://guide.hibbian.org/static/files/setup.sh
chmod +x /tmp/setup.sh
sudo bash /tmp/setup.sh
```
2024-06-19 00:58:06 +01:00
2024-09-25 01:10:13 +01:00
## Install Manually
2024-03-27 01:41:25 +00:00
2024-09-25 01:10:13 +01:00
This assumes you have some knowledge of Debian/Ubuntu and know how to take
risks!
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-11-06 00:57:01 +00:00
* [Bullseye](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+3_all.deb)
* [Bookworm](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo12+3_all.deb)
* [Testing](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo~TRIXIE+3_all.deb)
2024-03-27 01:41:25 +00:00
2024-09-25 01:10:13 +01:00
## Set up Repo
2024-03-27 01:41:25 +00:00
2024-11-06 00:57:01 +00:00
`sudo apt install ./keyring-file.deb`
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!