Update some packages

This commit is contained in:
moparisthebest
2016-11-28 17:29:12 -05:00
parent 2bfd6f4df1
commit 83b701744d
12 changed files with 97 additions and 81 deletions

View File

@@ -1,23 +1,14 @@
post_install() {
post_upgrade
post_upgrade
}
post_upgrade() {
cat << EOF
UI can be accessed via following URL: http://localhost:8200
* Running duplicati user instance (using current user account)
Execute:
to reload user systemd modules: systemctl --user daemon-reload
to start duplicati manually: systemctl --user start duplicati_latest
to autostart duplicati on user login: systemctl --user enable duplicati_latest
* UI can be accessed via following URL: http://localhost:8200
* Running duplicati user instance (using current user account)
- to reload user systemd modules: systemctl --user daemon-reload
- to start duplicati manually: systemctl --user start duplicati
- to autostart duplicati on user login: systemctl --user enable duplicati
EOF
}