mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-10-20 20:02:18 +00:00
Added setup script for inspIRCd
Added bot script for registering and unregistering permanent channels TODO: inspircd config template
This commit is contained in:
26
ircd-setup
Executable file
26
ircd-setup
Executable file
@@ -0,0 +1,26 @@
|
||||
#!/bin/sh
|
||||
mkdir -p lib
|
||||
cd lib
|
||||
wget https://github.com/inspircd/inspircd/archive/v3.3.0.tar.gz
|
||||
tar -xvf v3.3.0.tar.gz
|
||||
rm v3.3.0.tar.gz
|
||||
cd inspircd-3.3.0
|
||||
#./configure --enable-extras=m_pgsql.cpp --enable-extras=m_ssl_openssl.cpp
|
||||
echo "no
|
||||
yes
|
||||
no
|
||||
no
|
||||
no
|
||||
yes
|
||||
no
|
||||
no
|
||||
no
|
||||
no
|
||||
no
|
||||
no
|
||||
no
|
||||
no
|
||||
yes
|
||||
yes
|
||||
no" | ./configure
|
||||
make -j8 install
|
Reference in New Issue
Block a user