blob: c4892474abf7ccde2b879f4b2fc84929e8f1ca3b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Description
new_install.sh is the script fur bootstrapping tinc.
We use irc for the initial key exchange, specifically
irc.freenode.com#krebs_incoming .
# Usage
curl tinc.krebsco.de | HOSTN=bobkhan sh
# or
HOSTN=wrryyyyy ./new_install.sh
|