1
0
Fork 0
mirror of synced 2024-11-01 16:08:58 -04:00

update the git submodule command in the install-profile script

darsh12 2022-07-28 11:50:04 -07:00
parent 0cbdc102c0
commit 87ee5a681e

@ -60,8 +60,8 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASE_DIR}" cd "${BASE_DIR}"
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive git -C "${BASE_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}" git submodule update --init --recursive "${BASE_DIR}"
while IFS= read -r config; do while IFS= read -r config; do