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