2
0
Fork 0

sh.zio.update-rootfs: add submodule updating

main
Ducky 2023-12-03 02:36:56 +00:00
parent 3a3dde0ff6
commit ddf849c5ae
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ cd /
git fetch --all
git reset --hard origin/main
say info "Update submodules..."
git submodule update --init --recursive .
cd $orig_dir
say info "Reloading daemons..."