esync: update submodules to get external packages
This commit is contained in:
parent
e7d8d40070
commit
689cd0c14d
|
@ -7,6 +7,8 @@ fi
|
||||||
cd "$EMACS_DIR" || exit 1
|
cd "$EMACS_DIR" || exit 1
|
||||||
# Pull changes by fast-forwarding only
|
# Pull changes by fast-forwarding only
|
||||||
git pull --ff --ff-only
|
git pull --ff --ff-only
|
||||||
|
# Update submodules for local packages
|
||||||
|
git submodule update --init --recursive
|
||||||
# Install and update extensions
|
# Install and update extensions
|
||||||
make install
|
make install
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue