summarylogtreecommitdiffstats
path: root/threema-web.install
blob: 1a6495ff4fa6d449df1d84adbeda1ee1f258d0e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
post_upgrade
}

post_upgrade() {
cat << EOF

To start Threema Web:

  \$ sudo systemctl start threema-web

To start it automatically on boot:

  \$ sudo systemctl enable threema-web

You can access Threema Web through your browser on http://localhost:4242/.

EOF
}