Compare commits

..

No commits in common. "940ec9fdb764cf81978ef0a28b297e5074d9736c" and "8ef1520cbd91c823a12a1bbe299b4e8e5c0704e4" have entirely different histories.

4 changed files with 10 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
site/ site/
site.tar.gz
.DS_Store .DS_Store

View File

@ -23,13 +23,13 @@ risks!
Download and install the .deb that suits your distro: Download and install the .deb that suits your distro:
* [Bullseye](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+3_all.deb) * [Bullseye](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+1_all.deb)
* [Bookworm](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo12+3_all.deb) * [Bookworm](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo12+1_all.deb)
* [Testing](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo~TRIXIE+3_all.deb) * [Testing](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo~TRIXIE+1_all.deb)
## Set up Repo ## Set up Repo
`sudo apt install ./keyring-file.deb` `sudo apt install ./keyring.deb`
## Update ## Update

View File

@ -13,31 +13,31 @@ apt update && apt install curl
case `echo $osver` in case `echo $osver` in
"Debian trixie/sid"*) "Debian trixie/sid"*)
echo "Installing Repo, please wait..." echo "Installing Repo, please wait..."
curl https://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo~TRIXIE+3_all.deb | tee /tmp/hibbian-archive-keyring.deb curl http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo~TRIXIE+2_all.deb | tee /tmp/hibbian-archive-keyring.deb
apt install /tmp/hibbian-archive-keyring.deb apt install /tmp/hibbian-archive-keyring.deb
echo -e "\033[32mRepository added correctly.\033[0m" echo -e "\033[32mRepository added correctly.\033[0m"
;; ;;
"Debian 12"*) "Debian 12"*)
echo "Installing Repo, please wait..." echo "Installing Repo, please wait..."
curl https://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo12+3_all.deb | tee /tmp/hibbian-archive-keyring.deb curl http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo12+2_all.deb | tee /tmp/hibbian-archive-keyring.deb
apt install /tmp/hibbian-archive-keyring.deb apt install /tmp/hibbian-archive-keyring.deb
echo -e "\033[32mRepository added correctly.\033[0m" echo -e "\033[32mRepository added correctly.\033[0m"
;; ;;
"Raspbian 12"*) "Raspbian 12"*)
echo "Installing Repo, please wait..." echo "Installing Repo, please wait..."
curl https://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo12+3_all.deb | tee /tmp/hibbian-archive-keyring.deb curl http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo12+2_all.deb | tee /tmp/hibbian-archive-keyring.deb
apt install /tmp/hibbian-archive-keyring.deb apt install /tmp/hibbian-archive-keyring.deb
echo -e "\033[32mRepository added correctly.\033[0m" echo -e "\033[32mRepository added correctly.\033[0m"
;; ;;
"Raspbian 11"*) "Raspbian 11"*)
echo "Installing Repo, please wait..." echo "Installing Repo, please wait..."
curl https://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+3_all.deb | tee /tmp/hibbian-archive-keyring.deb curl http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+2_all.deb | tee /tmp/hibbian-archive-keyring.deb
apt install /tmp/hibbian-archive-keyring.deb apt install /tmp/hibbian-archive-keyring.deb
echo -e "\033[32mRepository added correctly.\033[0m" echo -e "\033[32mRepository added correctly.\033[0m"
;; ;;
"Debian 11"*) "Debian 11"*)
echo "Installing Repo, please wait..." echo "Installing Repo, please wait..."
curl https://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+3_all.deb | tee /tmp/hibbian-archive-keyring.deb curl http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo11+2_all.deb | tee /tmp/hibbian-archive-keyring.deb
apt install /tmp/hibbian-archive-keyring.deb apt install /tmp/hibbian-archive-keyring.deb
echo -e "\033[32mRepository added correctly.\033[0m" echo -e "\033[32mRepository added correctly.\033[0m"
;; ;;

View File

@ -1,5 +1,5 @@
site_name: Hibby's Packet Radio Guide site_name: Hibby's Packet Radio Guide
site_url: https://guide.hibbian.org site_url: https://guide.foxk.it
nav: nav:
- Home: index.md - Home: index.md