From 39f98691082ea55cae182d77c7767616bed5f679 Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 2 Mar 2020 21:53:02 +0800 Subject: update --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/install.sh b/tools/install.sh index 9f51f8c..1969c9a 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -6,7 +6,7 @@ set -e SETTING_DIR=${SETTING_DIR:-~/settings} REPO=${REPO:-typebrook/settings} REMOTE=${REMOTE:-https://github.com/${REPO}.git} -BRANCH=${BRANCH:-master} +BRANCH=${BRANCH:-dev} git clone --depth=1 --branch "$BRANCH" "$REMOTE" "$SETTING_DIR" || { error "git clone of settings repo failed" -- cgit v1.2.3-70-g09d2