mirror of https://github.com/probonopd/MiniDexed
parent
0e34012227
commit
993e8e26b8
@ -1,24 +1,24 @@ |
||||
#!/bin/bash |
||||
set -ex |
||||
# |
||||
|
||||
echo "Updating submodules..." |
||||
|
||||
# Update top-level modules as a baseline |
||||
git submodule update --init --recursive |
||||
# |
||||
|
||||
# Use fixed master branch of circle-stdlib then re-update |
||||
cd external/circle-stdlib/ |
||||
git checkout 3bd135d |
||||
git submodule update --init --recursive |
||||
cd - |
||||
# |
||||
|
||||
# Optional update submodules explicitly |
||||
cd external/circle-stdlib/libs/circle |
||||
git checkout 4155f43 |
||||
cd - |
||||
cd external/circle-stdlib/libs/circle-newlib |
||||
#git checkout develop |
||||
cd - |
||||
# |
||||
|
||||
# Use fixed master branch of Synth_Dexed |
||||
cd external/Synth_Dexed/ |
||||
git checkout c9f5274 |
||||
cd - |
||||
|
||||
echo " Done." |
Loading…
Reference in new issue