From c2d6adb08c30f617a44378c595703a7fa48547cb Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 3 Nov 2019 03:42:24 +0100 Subject: [PATCH] Fix some minor errors at README files. --- README.install | 9 ++++++++- README.upgrade | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.install b/README.install index 645387c..2f53b3a 100644 --- a/README.install +++ b/README.install @@ -235,6 +235,13 @@ Pin-Priority: 1001 EOF fi +# - Verify with 'apt-cache policy nodejs' +# - +# - Output must conatin somethin liek that: +# - Installationskandidat: 6.14.4-1nodesource1 +# - +apt-cache policy nodejs + # - Install nodejs.. # - apt-get install nodejs @@ -312,7 +319,7 @@ cp -a config/config.example.js config/config.js # - ... # - myDomain: oopen.de, # - -perl -i -n -p -e"s#(\s*)(adminEmail:.*)#\1// \2\n\1adminEmail: 'admin@oopen.de',#" /var/www/cryptpad/config/config.js +perl -i -n -p -e"s#(\s*)(adminEmail:.*)#\1// \2\n\1adminEmail: 'admin\@oopen.de',#" /var/www/cryptpad/config/config.js perl -i -n -p -e"s#(\s*)(myDomain:.*)#\1// \2\n\1myDomain: oopen.de,#" /var/www/cryptpad/config/config.js diff --git a/README.upgrade b/README.upgrade index 93fd4da..cef7ffb 100644 --- a/README.upgrade +++ b/README.upgrade @@ -10,7 +10,7 @@ # - Stop cryptpad # - -systemctl stop cryptpadsystemctl stop cryptpad +systemctl stop cryptpad # - Backup existing installation