From 10cc9f79686a49354bea9b20849b1af8b09f538d Mon Sep 17 00:00:00 2001 From: ThatGuy Date: Thu, 4 Jul 2019 03:39:13 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10ead6c..9d2aacc 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ## Pre Install -apt install net-tools sudo curl -y +`apt install net-tools sudo curl -y` ## Install -sh -c "$(curl -sSL https://gitlab.com/ThatGuy/nextcloud-curl-installer/raw/master/installer.sh/)" +`sh -c "$(curl -sSL https://gitlab.com/ThatGuy/nextcloud-curl-installer/raw/master/installer.sh/)"` ## Post Install -sudo sed -i "/ 'installed' => true,/a \ 'memcache.local' => '\\\OC\\\Memcache\\\APCu',\n\ 'memcache.distributed' => '\\\OC\\\Memcache\\\Redis',\n\ 'memcache.locking' => '\\\OC\\\Memcache\\\Redis',\n\ 'redis' => [\n\ 'host' => '127.0.0.1',\n\ 'port' => 6379,\n\ ]," /var/www/nextcloud/config/config.php \ No newline at end of file +`sudo sed -i "/ 'installed' => true,/a \ 'memcache.local' => '\\\OC\\\Memcache\\\APCu',\n\ 'memcache.distributed' => '\\\OC\\\Memcache\\\Redis',\n\ 'memcache.locking' => '\\\OC\\\Memcache\\\Redis',\n\ 'redis' => [\n\ 'host' => '127.0.0.1',\n\ 'port' => 6379,\n\ ]," /var/www/nextcloud/config/config.php` \ No newline at end of file