From c5c1a3d84c875a602e30d72f2cd5713a9892edbc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 2 Aug 2014 11:28:43 +0530 Subject: [PATCH] ... --- setup/file_hosting_servers.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/file_hosting_servers.rst b/setup/file_hosting_servers.rst index 2a16715d56..ded46e31c6 100644 --- a/setup/file_hosting_servers.rst +++ b/setup/file_hosting_servers.rst @@ -30,6 +30,9 @@ scp -r ~/work/vim/zsh-history-substring-search $server:work/vim cd /usr/local && git clone https://github.com/kovidgoyal/calibre.git echo '#!/bin/sh\ncd /usr/local/calibre && git pull -q' > /usr/local/bin/update-calibre && chmod +x /usr/local/bin/update-calibre +Edit /etc/default/rcS and set +FSCKFIX=yes + Add the following to crontab:: @hourly /usr/bin/python /usr/local/calibre/setup/plugins_mirror.py @hourly /usr/local/bin/update-calibre