Fix netdata upgrade and install, download latest wp-cli

This commit is contained in:
VirtuBox
2024-05-31 22:22:08 +02:00
parent bf6e4c0887
commit a715ccfd06
5 changed files with 18 additions and 28 deletions

View File

@@ -17,13 +17,13 @@ class WOVar():
# WordOps version
wo_version = "3.21.0"
# WordOps packages versions
wo_wp_cli = "2.10.0"
wo_adminer = "4.8.1"
wo_phpmyadmin = "5.2.0"
wo_extplorer = "2.1.15"
wo_dashboard = "1.3"
# Get WPCLI path
wpcli_url = "https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar"
wo_wpcli_path = '/usr/local/bin/wp'
# Current date and time of System
@@ -211,6 +211,8 @@ class WOVar():
wo_redis = ['redis-server']
netdata_script_url = "https://get.netdata.cloud/kickstart.sh"
# Repo path
wo_repo_file = "wo-repo.list"
wo_repo_file_path = ("/etc/apt/sources.list.d/" + wo_repo_file)