README.apt-install: correct dokumentaion.
This commit is contained in:
parent
b28b751dd3
commit
34758ef63a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user