From 3705f59a959d2dbf75c04acb5c9b452176c639f9 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 20 Sep 2015 08:27:24 +0300 Subject: [PATCH] zncmodules: symlink modules to .znc/modules --- bash/zncmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/zncmodules b/bash/zncmodules index cdf3dba..739d62e 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -16,5 +16,9 @@ wget -Ncnv https://raw.githubusercontent.com/jreese/znc-push/python/push.py wget -Ncnv https://github.com/Nothing4You/znc-modules/raw/master/kill_notice.py wget -Ncnv https://github.com/jdarmst/znc-modules/raw/master/python/myinsanity.py +# This might not make much sense... +ln -sf $HOME/.local/lib/znc/ $HOME/.znc/modules + # now you should compile znc normally or use zncconfigure in this # repository. +set +x