diff --git a/bash/zncmodules b/bash/zncmodules index 7263cc6..06e47a5 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -1,8 +1,7 @@ #!/usr/bin/env bash # This script downloads external ZNC modules which I use. set -x -cd znc -cd modules +cd znc/modules curl -LO https://raw.githubusercontent.com/DarthGandalf/znc/dgmods/modules/kvirc.cpp curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify.cpp