README.apt-install: correct dokumentaion.

This commit is contained in:
Christoph 2018-04-15 18:13:16 +02:00
parent b28b751dd3
commit 34758ef63a

View File

@ -2,8 +2,24 @@
# - Debian stretch: # - Debian stretch:
# - Download via package system # - 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: # - Debian stretch:
# - Install via package system # - Install via package system