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"