Index of /~infinity0/apt

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] Ximin_Luo.pub 2015-10-21 11:49 173K [DIR] dists/ 2016-02-08 22:11 - [DIR] pool/ 2016-05-20 21:24 -
To use this repo, first:
$ cat <<EOF | sudo tee /etc/apt/sources.list.d/dpo-infinity0.list
deb https://people.debian.org/~infinity0/apt/ unstable contrib
deb-src https://people.debian.org/~infinity0/apt/ unstable contrib
deb https://people.debian.org/~infinity0/apt/ experimental contrib
deb-src https://people.debian.org/~infinity0/apt/ experimental contrib
# too cool for experimental
deb https://people.debian.org/~infinity0/apt/ nightly contrib
deb-src https://people.debian.org/~infinity0/apt/ nightly contrib
EOF
$ sudo aptitude install apt-transport-https
You have several options for securely getting my key.
  1. If you have debian-keyring 2015.08.13 (stretch) or later
    $ gpg --keyring /usr/share/keyrings/debian-keyring.gpg -a --export 1318EFAC5FBBDBCE | sudo apt-key add -
    
  2. If you have debian-keyring 2014.01.12 (jessie) or later
    $ gpg --keyring /usr/share/keyrings/debian-maintainers.gpg -a --export 1318EFAC5FBBDBCE | sudo apt-key add -
    
  3. If you trust HTTPS and the X509 hierarchy
    $ wget https://people.debian.org/~infinity0/apt/Ximin_Luo.pub -O - | sudo apt-key add -
    
  4. Otherwise
    $ gpg --keyserver pool.sks-keyservers.net --recv-keys 1318EFAC5FBBDBCE
    # verify my fingerprint, or find a trust path between our keys
    # AFTER doing this, install as an APT key
    $ gpg --export -a 1318EFAC5FBBDBCE | sudo apt-key add -
    
Finally:
$ sudo aptitude update