From cb18d970bd9658df658fad6b2a92ceba38ecd710 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 7 Jun 2024 16:54:22 +0200 Subject: [PATCH] Minor fix in README --- README.md | 2 +- install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9f1a0c..d20a586 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ wo site create example.com --wpsubdomain --wpce # install wpmu-subdomain + C ```bash wo site create example.com --html # create example.com for static/html sites -wo site create example.com --php # create example.com with php 8.2 support +wo site create example.com --php # create example.com with php support wo site create example.com --php80 # create example.com with php 8.0 support wo site create example.com --php81 # create example.com with php 8.1 support wo site create example.com --php82 # create example.com with php 8.2 support diff --git a/install b/install index c5b2ced..1a3d7a4 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.21.0 - 2024-06-01 +# Version 3.21.0 - 2024-06-07 # ------------------------------------------------------------------------- # CONTENTS