diff --git a/README.md b/README.md index 044a3cb8..7801e180 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,9 @@ export BRANCH=stable # change to 'master' to get current developement version More info at https://code.0x2620.org/0x2620/pandora/wiki/Customization +## Update + + To update your existing instlalation run + + pandoractl update diff --git a/update.py b/update.py index 685c1dc9..2d52da38 100755 --- a/update.py +++ b/update.py @@ -80,7 +80,7 @@ def get_release(): def reload_notice(base): - print('\nPlease restart pan.do/ra to finish the update:\n\tsudo %s/ctl reload\n' % base) + print('\nPlease restart pan.do/ra to finish the update:\n\tsudo pandoractl reload\n') def check_services(base): diff --git a/vm/README.md b/vm/README.md index ff055e0c..6f935dd1 100644 --- a/vm/README.md +++ b/vm/README.md @@ -42,5 +42,5 @@ Pan.do/ra is installed in /srv/pandora and is served with nginx on http://pandor to get the latest version of pan.do/ra cd /srv/pandora - ./update.py + pandoractl update