mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 04:51:07 +00:00
chore(dotbot): updated install script
This commit is contained in:
6
install
6
install
@@ -10,9 +10,9 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
DOTBOT_BIN_PATH="${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}"
|
DOTBOT_BIN_PATH="${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}"
|
||||||
DOTBOT_HOST="$(hostname -s)"
|
DOTBOT_HOST="$(hostname -s)"
|
||||||
|
|
||||||
cd "$BASEDIR"
|
cd "${BASEDIR}"
|
||||||
git submodule sync --quiet --recursive
|
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive "${DOTBOT_DIR}"
|
||||||
|
|
||||||
"${DOTBOT_BIN_PATH}" \
|
"${DOTBOT_BIN_PATH}" \
|
||||||
-d "${BASEDIR}" \
|
-d "${BASEDIR}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user