summarylogtreecommitdiffstats
path: root/tailscale.install
blob: 8859a3a764aa61e90bceb21f407d286df68ad2b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- mode: shell-script -*-

post_install() {
    echo -e "\n\e[1m Tailscale $1\e[0m\n"
    cat <<EOF
To start using Tailscale, start tailscaled and log in:

    systemctl enable tailscaled
    systemctl start tailscaled
    tailscale up

EOF
}