From 97cce9e8020d4100ad1e0a1495207ad7f601c91f Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Thu, 2 Jan 2020 15:22:03 -0800 Subject: [PATCH] Better output --- README.md | 4 ++-- php-cli/provision.sh | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 75cee83..342bc2c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# wp-local-dev-utilities +# vvv-utilities -Custom utilities for our local environment. These are loaded by our provisioner. +Custom utilities for VVV. diff --git a/php-cli/provision.sh b/php-cli/provision.sh index 9b4d5a2..2709a6c 100755 --- a/php-cli/provision.sh +++ b/php-cli/provision.sh @@ -1,8 +1,7 @@ #!/usr/bin/env bash -export DEBIAN_FRONTEND=noninteractive -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -# Change the CLI PHP back to 7.3 +echo " * Setting PHP-CLI version to 7.3" + update-alternatives --set php /usr/bin/php7.3 update-alternatives --set phar /usr/bin/phar7.3 update-alternatives --set phar.phar /usr/bin/phar.phar7.3 -- GitLab