summarylogtreecommitdiffstats
path: root/verysync-bin.install
blob: 8f0653057abae7af85a50ee6ac436399c1c8a69d (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	cat << EOF
	After installation, you need to start verysync.service (system or user level) manually, e.g.
	systemctl --user enable --now verysync.service
	WebGUI can be accessed via following URL: http://localhost:8886
EOF
}

post_upgrade() {
post_install
}