added ⚠️ to PMA

This commit is contained in:
Sophia Atkinson 2023-03-31 18:43:00 -07:00
parent 14c65580fc
commit 421f67b5bb
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
## phpMyAdmin
### Install
### Install
### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh`

View File

@ -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"