vlarbs assume voiddwm

This commit is contained in:
Luke Smith 2019-05-18 18:48:14 -04:00
parent 3cf07c59b3
commit 9e51582f00
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -14,7 +14,7 @@ while getopts ":r: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="voiddwm"
[ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/progs.csv"
[ -z "$repobranch" ] && repobranch="master"