Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix install instruction |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.8.8-20190516 |
Files: | files | file ages | folders |
SHA1: |
dd22455066dc273bfe6da15b00993c3c |
User & Date: | bernd 2019-05-15 13:34:11.421 |
Context
2019-05-16
| ||
14:35 | Bump version check-in: c1df996768 user: bernd tags: trunk | |
2019-05-15
| ||
13:34 | Fix install instruction check-in: dd22455066 user: bernd tags: trunk, 0.8.8-20190516 | |
13:07 | Fix install instruction check-in: a6ebe6d705 user: bernd tags: trunk | |
Changes
Changes to wiki/get-it.md.
︙ | ︙ | |||
9 10 11 12 13 14 15 | --------------------------- I've created a Debian repository to make it easy to install net2o. If you don't have https transport for apt installed, do that first, since I'll redirect you to https in any case: | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | --------------------------- I've created a Debian repository to make it easy to install net2o. If you don't have https transport for apt installed, do that first, since I'll redirect you to https in any case: sudo apt install apt-transport-https Create a debian sources.list file pointing to the net2o repository, and add my key to the trust db so that Debian can verify the packets, update the repository data and install net2o, so enter: sudo -s cat >/etc/apt/sources.list.d/net2o.list <<EOF |
︙ | ︙ |