diff --git a/bash/zncmodules b/bash/zncmodules index ebeb1a5..9fcf4f7 100755 --- a/bash/zncmodules +++ b/bash/zncmodules @@ -4,18 +4,28 @@ set -x # znc/ is the cloned git repostiory (https://github.com/znc/znc.git) cd znc/modules -wget -Ncnv https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp -wget -Ncnv https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp -wget -Ncnv https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp -wget -Ncnv https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cpp -wget -Ncnv https://github.com/KindOne-/znc-modules/raw/master/modules/freenodeinfo.cpp -wget -Ncnv https://github.com/jpnurmi/znc-clientbuffer/raw/master/clientbuffer.cpp +sleep 2 +curl -LO https://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp +sleep 2 +curl -LO https://raw.githubusercontent.com/Zarthus/Code-Snippets/master/c++/znc-modules/ctcp_notifier.cpp +sleep 2 +curl -LO https://github.com/jpnurmi/znc-playback/raw/master/playback.cpp +sleep 2 +curl -LO https://github.com/jpnurmi/znc-chanfilter/raw/master/chanfilter.cpp +sleep 2 +curl -LO https://github.com/KindOne-/znc-modules/raw/master/modules/freenodeinfo.cpp +sleep 2 +curl -LO https://github.com/jpnurmi/znc-clientbuffer/raw/master/clientbuffer.cpp # modpython -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 -wget -Ncnv https://github.com/AwwCookies/ZNC-Modules/raw/master/Aka/aka.py +sleep 2 +curl -LO https://raw.githubusercontent.com/jreese/znc-push/python/push.py +sleep 2 +curl -LO https://github.com/Nothing4You/znc-modules/raw/master/kill_notice.py +sleep 2 +curl -LO https://github.com/jdarmst/znc-modules/raw/master/python/myinsanity.py +sleep 2 +curl -LO https://github.com/AwwCookies/ZNC-Modules/raw/master/Aka/aka.py # now you should compile znc normally or use zncconfigure in this # repository.