Fix wo update & cleanup info

* update README.md
* cleanup changelog.md
* fix wo update command url
* remove php-sodium (php7.0 & php7.1 only)
* remove php-memcache
This commit is contained in:
VirtuBox
2019-03-02 20:12:06 +01:00
parent cbd902e780
commit c978448ab8
4 changed files with 133 additions and 67 deletions

View File

@@ -23,7 +23,7 @@ class WOUpdateController(CementBaseController):
@expose(hide=True)
def default(self):
filename = "woupdate" + time.strftime("%Y%m%d-%H%M%S")
WODownload.download(self, [["https://wrdps.nl/woup",
WODownload.download(self, [["https://raw.githubusercontent.com/WordOps/WordOps/master/install",
"/tmp/{0}".format(filename),
"update script"]])
try: