Debian personal repository

I have in my domain a debian repository. At the moment it only contains packages that I keep in sync with another sources and mostly there are non-free packages. Oh! yes, this might violate distribute licences and the packages are (re-)signed by me. So, use it at your own risk.

Set up

Write on /etc/apt/sources.list.d/eclipxe.com.mx.list:

1
2
# eclipxe's debian repository
deb https://eclipxe.com.mx/debian ./

Run:

1
2
3
wget https://eclipxe.com.mx/debian/eclipxe13.gmail.com.public.gpg \
  -O /etc/apt/trusted.gpg.d/eclipxe.gpg
apt update