

                                               -*%%=                           
                                              =%@@@@@:                          
                                            :%@@@@@@@*                          
                                          :*@@@@@@@@@@     .=+-                 
                                    :=*#%@@@@@@@@@@@@@+  .+@@@@#                
                                 .+@@@@@@@@@@@@@@@@@@@@##@@@@@@@=               
                                +@@@@@@@@@@@%*+@@@@@@@@@@@@@@@@@*               
                              =@@@@@@@@@#=:    *@@@@%#*+*@@@@@@@#               
                            -%@@@@@@@*-         ::.   :*@@@@@@@@@               
                          =%@@@@@@@+                 *@@@@@@@@@@@*              
                       :*@@@@@@@@+                  %@@@@@@@@@@@@@@+.           
                    -*@@@@@@@@@+                    +%@@@@@@@@@@@@@@@*.         
               .-+%@@@@@@@@@#-                         =@@@@@@@@@@@@@@@+        
           :=*%@@@@@@@@%*=:                             @@@@@@@@@@@@@@@@#       
       :+#@@@@@@@#*+-:                       :*%@@@@@@%%@@@@@@@@@@@@@@@@@#      
   .=#@@%#*+=-.                             :##%%@@@@@@@@@@@@@@@@@@@@@@@@@#     
 .-=-:                                               ..:-=+*#%@@@@@@@@@@@@@@-   
       ..::--==++***##%%%%@@@@@@@@@@@@@@@@%%%##***+==-::.       .-=*#@@@@@@@@*  
 .:=+*#%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%#*+-:      :=+#@@@% 
             ..:--=+**#%@@@@@@@@@@@@@@@@@@@@@@%#*##%@@@@@@@@@@@@@@@#+-.     .-+-
                          .:=+*#%@@@@@@@@@@@@@@@@#+=:..-=+#%@@@@@@@@@@@@#+-.    
                                  .:=+#%@@@@@@@@@@@@@@@#+-.  :-+#@@@@@@@@@@@%=  
   https://ipng.ch/                      :-+#@@@@@@@@@@@@@@@#+-.  .-+*%@%*-.    
  IPng Networks GmbH                           :=*%@@@@@@@@@@@@@%*-             
                                                    :=*%@@@@@@@#+-.             
                                                         :=+-.

# IPng Loves Debian

The repository contents is only validated to work with Debian Trixie, but most packages are
available also for Bookworm. IPng uploads AMD64 and ARM64 for its own packages.

Use at your own risk. No support will be given on any packages for any distributions in this
repository. To set up, do the following:

## Trixie

```
sudo curl -fsSL https://deb.ipng.ch/ipng-debian-repo.gpg -o /usr/share/keyrings/ipng-debian-repo.gpg
echo "deb [signed-by=/usr/share/keyrings/ipng-debian-repo.gpg] https://deb.ipng.ch/ trixie main" | \
  sudo tee /etc/apt/sources.list.d/ipng.list
cat << EOF | sudo tee /etc/apt/preferences.d/ipng-pin.pref
Package: *
Pin: release o=IPng Networks GmbH
Pin-Priority: 990
EOF
sudo apt update
```

## Bookworm

```
sudo curl -fsSL https://deb.ipng.ch/ipng-debian-repo.gpg -o /usr/share/keyrings/ipng-debian-repo.gpg
echo "deb [signed-by=/usr/share/keyrings/ipng-debian-repo.gpg] https://deb.ipng.ch/ bookworm main" | \
  sudo tee /etc/apt/sources.list.d/ipng.list
cat << EOF | sudo tee /etc/apt/preferences.d/ipng-pin.pref
Package: *
Pin: release o=IPng Networks GmbH
Pin-Priority: 990
EOF
sudo apt update
```
