added ⚠️ to PMA
This commit is contained in:
@ -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`
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user