add submodules as https refs

This commit is contained in:
2024-06-23 12:05:28 +02:00
parent c2a4a23e8f
commit 4bd4349dba
4 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,7 @@ current_dir=$(pwd)
cd ./root/root/reHDD/
git stash
git checkout master
git pull
git submodule init
git submodule update
make release
@ -27,6 +28,7 @@ cd $current_dir
cd ./root/root/reHDDPrinter/
git stash
git checkout main
git pull
cd $current_dir
### Build ###