We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26165b0 commit 8725e79Copy full SHA for 8725e79
install
@@ -9,6 +9,7 @@ DOTBOT_BIN="bin/dotbot"
9
BASEDIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
10
11
cd "${BASEDIR}"
12
+git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
13
git submodule update --init --recursive "${DOTBOT_DIR}"
14
15
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
0 commit comments