added ⚠️ to PMA

This commit is contained in:
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 ## phpMyAdmin
### Install ### Install
### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh` ### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh`

View File

@ -17,7 +17,7 @@ do
esac esac
done done
while [ "$go" != 'apache' ] && [ "$go" != 'nginx' ]; do 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 done
if [ "$go" == 'nginx' ]; then if [ "$go" == 'nginx' ]; then
PHP_VER="8.2" PHP_VER="8.2"