From 3cf07c59b358cd39ce304021e20bc34cb97fac39 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 18 May 2019 18:47:32 -0400 Subject: [PATCH] assume arch branch if no custom repo --- archi3/larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archi3/larbs.sh b/archi3/larbs.sh index 37059eb..1577502 100644 --- a/archi3/larbs.sh +++ b/archi3/larbs.sh @@ -15,7 +15,7 @@ while getopts ":a:r:b:p:h" o; do case "${o}" in esac done # DEFAULTS: -[ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" +[ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" && repobranch="archi3" [ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/archi3/progs.csv" [ -z "$aurhelper" ] && aurhelper="yay" [ -z "$repobranch" ] && repobranch="master"