This commit is contained in:
Gaál Péter 2021-08-12 22:35:38 +02:00 committed by GitHub
commit 3d712ae1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
#!/bin/sh
git clone https://github.com/AxioDL/boo.git
pushd boo
cd boo
git submodule update --recursive --init
popd
cd ..
git clone https://github.com/libAthena/athena.git
pushd athena
cd athena
git submodule update --recursive --init
popd
cd ..