From 81597bfcb51afde6b3151401362bf4d723cc728e Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 5 Apr 2023 10:45:01 +0200 Subject: [PATCH] update install scripts --- install-profile | 2 +- install-standalone | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install-profile b/install-profile index da15594..e550208 100755 --- a/install-profile +++ b/install-profile @@ -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 diff --git a/install-standalone b/install-standalone index 8a2b470..90431c0 100755 --- a/install-standalone +++ b/install-standalone @@ -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}"