assume arch branch if no custom repo

This commit is contained in:
Luke Smith 2019-05-18 18:47:32 -04:00
parent 6cdeb90e65
commit 3cf07c59b3
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -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"