Correct install scripts
parent
be7cc86971
commit
c9c4e4ff5c
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||
|
||||
|
||||
cd "${BASE_DIR}"
|
||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
||||
git submodule update --init --recursive --remote
|
||||
|
||||
|
||||
while IFS= read -r config; do
|
||||
|
@ -90,7 +90,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||
|
||||
|
||||
cd "${BASE_DIR}"
|
||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
||||
git submodule update --init --recursive --remote
|
||||
|
||||
|
||||
"${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${BASE_CONFIG}${CONFIG_SUFFIX}"
|
||||
|
|
Loading…
Reference in a new issue