Update wordops-dashboard

This commit is contained in:
VirtuBox
2019-08-15 11:47:39 +02:00
parent c45ae9755a
commit d7a2708f4d
2 changed files with 4 additions and 2 deletions

View File

@@ -334,8 +334,9 @@ class WOStackController(CementBaseController):
Log.debug( Log.debug(
self, "Setting packages variable for WO-Dashboard") self, "Setting packages variable for WO-Dashboard")
packages = packages + \ packages = packages + \
[["https://github.com/WordOps/" [["https://github.com/WordOps/wordops-dashboard/"
"wordops-dashboard/archive/master.tar.gz", "releases/download/v{0}/wordops-dashboard.tar.gz"
.format(WOVariables.wo_dashboard),
"/var/lib/wo/tmp/wo-dashboard.tar.gz", "/var/lib/wo/tmp/wo-dashboard.tar.gz",
"WordOps Dashboard"], "WordOps Dashboard"],
["https://github.com/soerennb/" ["https://github.com/soerennb/"

View File

@@ -16,6 +16,7 @@ class WOVariables():
wo_adminer = "4.7.2" wo_adminer = "4.7.2"
wo_phpmyadmin = "4.9.0.1" wo_phpmyadmin = "4.9.0.1"
wo_extplorer = "2.1.13" wo_extplorer = "2.1.13"
wo_dashboard = "1.1"
# Get WPCLI path # Get WPCLI path
wo_wpcli_path = '/usr/local/bin/wp' wo_wpcli_path = '/usr/local/bin/wp'