mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-09 21:49:11 +00:00
Add standalone bootstrap script
This commit is contained in:
parent
a048605011
commit
055e73183a
10
standalone_bootstrap.bat
Normal file
10
standalone_bootstrap.bat
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
@echo off
|
||||||
|
git clone https://github.com/AxioDL/boo.git
|
||||||
|
pushd boo
|
||||||
|
git submodule update --recursive --init
|
||||||
|
popd
|
||||||
|
|
||||||
|
git clone https://github.com/libAthena/athena.git
|
||||||
|
pushd athena
|
||||||
|
git submodule update --recursive --init
|
||||||
|
popd
|
Loading…
x
Reference in New Issue
Block a user