update install scripts

This commit is contained in:
Jeff Lance 2023-04-05 10:45:01 +02:00
parent ceec338c16
commit 81597bfcb5
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASE_DIR}"
git submodule update --init --recursive --remote
git submodule update --init
while IFS= read -r config; do

View File

@ -16,8 +16,8 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASE_DIR}"
#git submodule update --init --recursive --remote
git submodule update --recursive --remote
git submodule update --init
# git submodule update --recursive --remote
"${BASE_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${BASE_CONFIG}${CONFIG_SUFFIX}"