mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 20:02:32 +01:00
Update zncmodules
It's possible to move into znc/modules in single line...
This commit is contained in:
parent
f00e15fe4a
commit
32c909279c
@ -1,8 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# This script downloads external ZNC modules which I use.
|
# This script downloads external ZNC modules which I use.
|
||||||
set -x
|
set -x
|
||||||
cd znc
|
cd znc/modules
|
||||||
cd modules
|
|
||||||
curl -LO https://raw.githubusercontent.com/DarthGandalf/znc/dgmods/modules/kvirc.cpp
|
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://raw.githubusercontent.com/kylef/znc-contrib/master/privmsg.cpp
|
||||||
curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify.cpp
|
curl -LO https://github.com/NuclearW/znc-modules/raw/master/away_notify/away_notify.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user