From d3a7752ad7c1ade5cace174be30adb361c69a333 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 12 Oct 2016 12:53:56 +0200 Subject: [PATCH] Auto update git repo when installing, fancy tmux hostname loading --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b1baa33..71b23a5 100755 --- a/install.sh +++ b/install.sh @@ -9,6 +9,7 @@ DOTBOT_BIN="bin/dotbot" BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "${BASEDIR}" +git pull git submodule update --init --recursive "${DOTBOT_DIR}" "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"