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"