commit 3cf07c59b358cd39ce304021e20bc34cb97fac39
parent 6cdeb90e6528748bfc16d6de07d0055bd194396d
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 18 May 2019 18:47:32 -0400
assume arch branch if no custom repo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"