From: Fabian Rodriguez Date: Wed, 4 Jul 2018 01:30:00 +0000 (-0400) Subject: Update Readme.rst for Debian 9 X-Git-Tag: v0.7.0~12 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/9a5be0bddd55d2dbc462197a388c5f7625d01a5b?hp=c357ddbafa4a6f66822db6528c07268f60b5c28d Update Readme.rst for Debian 9 Update Readme.rst for Debian 9+ --- diff --git a/README.rst b/README.rst index e19381f..4bb9c58 100644 --- a/README.rst +++ b/README.rst @@ -129,10 +129,10 @@ It may be that grauphel now shows you an error message:: PHP extension "oauth" is required You have to install the PHP PECL oauth extension now. -On Debian 7 or higher, do the following:: +On Debian 9 or higher, do the following:: $ apt install php-oauth - $ php5enmod oauth + $ phpenmod oauth $ /etc/init.d/apache2 restart Reload the nextCloud page in your browser now.