update the git submodule command in the install-profile script
parent
0cbdc102c0
commit
87ee5a681e
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||
|
||||
|
||||
cd "${BASE_DIR}"
|
||||
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
||||
git -C "${BASE_DIR}" submodule sync --quiet --recursive
|
||||
git submodule update --init --recursive "${BASE_DIR}"
|
||||
|
||||
|
||||
while IFS= read -r config; do
|
||||
|
|
Loading…
Reference in a new issue