esync: update submodules to get external packages

This commit is contained in:
Evie Litherland-Smith 2024-08-22 07:11:47 +01:00
parent e7d8d40070
commit 689cd0c14d

View file

@ -7,6 +7,8 @@ fi
cd "$EMACS_DIR" || exit 1
# Pull changes by fast-forwarding only
git pull --ff --ff-only
# Update submodules for local packages
git submodule update --init --recursive
# Install and update extensions
make install
)