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:8886EOF}
post_upgrade() {
post_install
}