removed stray mention of php7.2

This commit is contained in:
Daniel Winzen
2018-12-02 21:44:07 +01:00
parent 22066309d5
commit 6ee51f3d7e

View File

@ -95,7 +95,7 @@ As time syncronisation is important, you should configure ntp servers in /etc/sy
To create all required tor and php instances run the following commands:
```
for instance in 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(tor-instance-create $instance) done
for instance in default 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(systemctl enable php7.2-fpm@$instance; systemctl enable php7.3-fpm@$instance;) done
for instance in default 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(systemctl enable php7.3-fpm@$instance;) done
```
For web based mail management grab the latest squirrelmail and install it in /var/www/html/squirrelmail: