Install lua_async dependency

pull/56/head 2022.05
Elias Fleckenstein 2022-05-18 17:44:02 +02:00
parent 393c839282
commit 350b6d175c
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
2 changed files with 8 additions and 0 deletions

View File

@ -118,6 +118,10 @@ else
git clone $GIT_ORG/$mod clientmods/$mod
echo "load_mod_$mod = true" >> clientmods/mods.conf
done
cd $sourcedir
[ -d clientmods/lua_async ] && { pushd clientmods/lua_async; git pull; popd; } || \
git clone --recursive https://github.com/EliasFleckenstein03/lua_async_mt clientmods/lua_async
echo "load_mod_lua_async = true" >> clientmods/mods.conf
fi
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)

View File

@ -115,6 +115,10 @@ else
git clone $GIT_ORG/$mod clientmods/$mod
echo "load_mod_$mod = true" >> clientmods/mods.conf
done
cd $sourcedir
[ -d clientmods/lua_async ] && { pushd clientmods/lua_async; git pull; popd; } || \
git clone --recursive https://github.com/EliasFleckenstein03/lua_async_mt clientmods/lua_async
echo "load_mod_lua_async = true" >> clientmods/mods.conf
fi
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)