sh.zio.update-rootfs: add submodule updating
This commit is contained in:
parent
3a3dde0ff6
commit
ddf849c5ae
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ cd /
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/main
|
git reset --hard origin/main
|
||||||
|
|
||||||
|
say info "Update submodules..."
|
||||||
|
|
||||||
|
git submodule update --init --recursive .
|
||||||
|
|
||||||
cd $orig_dir
|
cd $orig_dir
|
||||||
|
|
||||||
say info "Reloading daemons..."
|
say info "Reloading daemons..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue