@@ -18,12 +18,12 @@ if [ -z "${RWRS_SKIP_APT+x}" ]; then
18
18
apt-get -y --allow-releaseinfo-change update
19
19
DEBIAN_FRONTEND=noninteractive \
20
20
apt install -yq build-essential libtool libtool-bin sudo quota net-tools \
21
- curl git zsh vim emacs nano mle screen tmux irssi weechat inspircd \
21
+ curl git zsh vim emacs nano mle screen tmux irssi weechat \
22
22
subversion libxml2-dev libpcre3-dev strace gdb socat sqlite3 \
23
23
libsqlite3-dev fish mosh stow re2c bison libssl-dev pkg-config \
24
24
zlib1g-dev libreadline-dev libgd-dev libfreetype6-dev libwebp-dev \
25
25
libonig-dev lua5.3 liblua5.3-dev libffi-dev bind9-dnsutils cmake \
26
- ca-certificates debian-archive-keyring snapd rsync mosh
26
+ ca-certificates debian-archive-keyring snapd rsync
27
27
systemctl daemon-reexec
28
28
logger -t $log_ns " ran apt updates"
29
29
fi
@@ -65,21 +65,6 @@ if ! diff "$rwrs_root/etc/cron" /etc/cron.d/rw-rs &>/dev/null; then
65
65
logger -t $log_ns " updated cron"
66
66
fi
67
67
68
- # configure ircd
69
- if ! diff <( grep -v pass " $rwrs_root /etc/inspircd.conf" ) \
70
- <( grep -v pass /etc/inspircd/inspircd.conf) & > /dev/null
71
- then
72
- cp -vf " $rwrs_root /etc/inspircd.conf" /etc/inspircd/inspircd.conf
73
- ircd_pass=$( tr -dc A-Za-z0-9 < /dev/urandom | head -c 24)
74
- sed -i " s/@ircdpasshere@/$ircd_pass /g" /etc/inspircd/inspircd.conf
75
- touch /etc/inspircd/inspircd.motd
76
- chown -R irc:irc /etc/inspircd/
77
- chmod 700 /etc/inspircd/
78
- chmod 600 /etc/inspircd/inspircd.conf
79
- systemctl restart inspircd
80
- logger -t $log_ns " updated inspircd.conf"
81
- fi
82
-
83
68
# build apache
84
69
if ! { [ -f $httpd_root /bin/httpd ] && \
85
70
[ " $( $httpd_root /bin/httpd -v | grep -Po ' (?<=Apache/)\d+\.\d+\.\d+' ) " \
0 commit comments