blob: 0346a35e48c98acb9855ac43c2cbb971d36aab52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
post_install() {
echo "$thunderhub"
}
read -d '' thunderhub <<'EOF'
###################################
Docs: http://docs.thunderhub.io/setup/
####################################
Config:
/etc/thunderhub/env
/etc/thunderhub/accounts.yaml
------------------------------------
systemctl start thunderhub
####################################
EOF
|