update install scripts
This commit is contained in:
parent
ceec338c16
commit
81597bfcb5
@ -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
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user