unreal: Prevent download of geoIP database on first startup (#156)

This commit is contained in:
2022-04-13 20:19:07 +02:00
committed by GitHub
parent 1e01cb3286
commit 8e2670df54
3 changed files with 10 additions and 0 deletions

View File

@ -284,6 +284,8 @@ software:
CFLAGS="-O0 -march=x86-64" CXXFLAGS="$CFLAGS" ./Config -quick
make -j 4
make install
# Prevent download of geoIP database on first startup
sed -i 's/loadmodule "geoip_classic";//' ~/.local/unrealircd/conf/modules.default.conf
unrealircd-5:
name: UnrealIRCd 5