I was trying to install gping on debian but the commands you provided failed. These work:
apt install -y curl gpg
echo "deb [signed-by=/usr/share/keyrings/azlux.gpg] https://packages.azlux.fr/debian bookworm main" | tee /etc/apt/sources.list.d/azlux.list
curl -fsSL https://azlux.fr/repo.gpg.key | gpg --dearmor -o /usr/share/keyrings/azlux.gpg
apt update
apt-cache policy gping
apt install gping
The main issue probably being the extra slash in your README.md: .fr/debian/ bookworm main
I was trying to install gping on debian but the commands you provided failed. These work:
The main issue probably being the extra slash in your README.md:
.fr/debian/ bookworm main