This is my repo

This a personal repository of Philipp Wasser.

It is a collection of open source software that does not have an own repository

Packages contained in this repo are automatically updated once every day

The "recipes" can be found at github.com/Phiwatec/deb-repo-builder / github.com/Phiwatec/yum-repo-builder

This is mostly a personal project but feel free to use it if you like

I give absolutely not guarantee, that these packages will remain up to date or be fully functional!

Usage:

Debian / Ubuntu:

wget -q https://repo.philippwasser.de/repo.philippwasser.de.asc -O- | gpg --dearmor | sudo tee /usr/share/keyrings/repo.philippwasser.de.key >/dev/null

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/repo.philippwasser.de.key] https://repo.philippwasser.de/debian stable main" | sudo tee /etc/apt/sources.list.d/repo.philippwasser.de.list

Fedora/RHEL/CentOS/Rocky Linux

PLEASE TEST this and send an Email to info@philippwasser.de with the results :)
sudo rpmkeys --import https://repo.philippwasser.de/repo.philippwasser.de.asc

printf "[repo.philippwasser.de]\nname=repo.philippwasser.de\nbaseurl=https://repo.philippwasser.de/rhel/stable/\nenabled=1\nrepo_gpgcheck=1\ngpgkey=https://repo.philippwasser.de/repo.philippwasser.de.asc\nmetadata_expire=1h" | sudo tee -a /etc/yum.repos.d/rpo.philippwasser.de.repo

OpenSUSE/SUSE

PLEASE TEST this and send an Email to info@philippwasser.de with the results :)
sudo rpmkeys --import https://repo.philippwasser.de/repo.philippwasser.de.asc

printf "[repo.philippwasser.de]\nname=repo.philippwasser.de\nbaseurl=https://repo.philippwasser.de/rhel/stable/\nenabled=1\nrepo_gpgcheck=1\ngpgkey=https://repo.philippwasser.de/repo.philippwasser.de.asc\nmetadata_expire=1h" | sudo tee -a /etc/zypp/repos.d/repo.philippwasser.de.repo