Compare commits

...

2 Commits

Author SHA1 Message Date
Hibby 940ec9fdb7
it's https, not http 2024-11-23 00:58:46 +00:00
Hibby d36f606f9b
Install package update! 2024-11-06 00:57:01 +00:00
4 changed files with 11 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
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+1_all.deb) * [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+1_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+1_all.deb) * [Testing](http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/hibbian-archive-keyring_20240924~packetrepo~TRIXIE+3_all.deb)
## Set up Repo ## Set up Repo
`sudo apt install ./keyring.deb` `sudo apt install ./keyring-file.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 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 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
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 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 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
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 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 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
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 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 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
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 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 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
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.foxk.it site_url: https://guide.hibbian.org
nav: nav:
- Home: index.md - Home: index.md