mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-31 23:32:35 +01:00
zncconfigure: add git submodule update --init
ZNC finally moved csocket as submodule and it should probably be updated when configuring.
This commit is contained in:
parent
cf092a4b7d
commit
2f6a6d33c7
@ -6,6 +6,7 @@ set -x
|
||||
#unset CXX
|
||||
|
||||
cd znc
|
||||
git submodule update --init
|
||||
./autogen.sh
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
Loading…
Reference in New Issue
Block a user