Update some packages
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user