compile it
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 3 Feb 2011 14:49:19 +0000 (14:49 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 3 Feb 2011 14:49:19 +0000 (14:49 +0000)
git-svn-id: svn://svn.rot13.org/sysadmin-cookbook@239 191e9f34-6774-4a6d-acfc-7664dacd4a2a

recepies/compcache/1-compile.sh [new file with mode: 0755]

diff --git a/recepies/compcache/1-compile.sh b/recepies/compcache/1-compile.sh
new file mode 100755 (executable)
index 0000000..27de34d
--- /dev/null
@@ -0,0 +1,5 @@
+apt-get install linux-headers-`uname -r`
+
+tar xvf compcache-*.tar.gz
+cd compcache-* && make
+cd -