diff --git a/0.10.2/README.apt-install b/0.10.2/README.apt-install index 1c03ac0..1944bd0 100644 --- a/0.10.2/README.apt-install +++ b/0.10.2/README.apt-install @@ -2,8 +2,24 @@ # - Debian stretch: # - Download via package system # - -#echo "deb tor+http://ncomputers.org/debian stretch main" > /etc/apt/sources.list.d/ncomputers.org-stretch.list -echo "deb http://ncomputers.org/debian stretch main" > /etc/apt/sources.list.d/ncomputers.org-stretch.list + +cd /tmp + +# - Install keys for thne repositoty +# - +wget http://ncomputers.org/debian/keyring.deb +dpkg -i keyring.deb +rm keyring.deb + +# - Add repository +# - creates: +# - /etc/apt/sources.list.d/ncomputers.org-stretch.list +# - with content +# - deb http://ncomputers.org/debian stretch main +# - +wget http://ncomputers.org/debian/stretch.deb +dpkg -i stretch.deb +rm stretch.deb # - Debian stretch: # - Install via package system