mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Optimized init
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(
|
||||
cd $(dirname $(readlink -f ${0}));
|
||||
bash ./submodule_sync.sh
|
||||
bash ./submodule-init.sh
|
||||
bash ./build.sh
|
||||
bash ./schema-update.sh
|
||||
)
|
||||
|
4
administration/submodule-init.sh
Normal file
4
administration/submodule-init.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
(
|
||||
cd $(dirname $(readlink -f ${0}))/../;
|
||||
git submodule update --init --recursive
|
||||
)
|
Reference in New Issue
Block a user