From 421f67b5bb1e82c6a8b800140c23fc05599b438a Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Fri, 31 Mar 2023 18:43:00 -0700 Subject: [PATCH] =?UTF-8?q?added=20=E2=9A=A0=EF=B8=8F=20to=20PMA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- scripts/pmainstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8afabc2..23bbe2c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ ## phpMyAdmin -### ✔️ Install +### ⚠️ Install ### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh` diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index 793a3ee..25e4af0 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -17,7 +17,7 @@ do esac done while [ "$go" != 'apache' ] && [ "$go" != 'nginx' ]; do - read -p "Would you like to install using Nginx or Apache? (nginx/apache)" go + read -p "Would you like to install using Nginx or Apache? (nginx/apache) " go done if [ "$go" == 'nginx' ]; then PHP_VER="8.2"