sh.zio.update-rootfs: add submodule updating
parent
3a3dde0ff6
commit
ddf849c5ae
|
@ -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…
Reference in New Issue