forked from 0x2620/pandora
reference pandoractl instead of update.py
This commit is contained in:
parent
4e1e6e3b17
commit
54362e8b41
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue