From 9e51582f00874c52ed9cb8a5816ca38cd1a8a5db Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 18 May 2019 18:48:14 -0400 Subject: [PATCH] vlarbs assume voiddwm --- voiddwm/vlarbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voiddwm/vlarbs.sh b/voiddwm/vlarbs.sh index 98dec44..ec7b539 100644 --- a/voiddwm/vlarbs.sh +++ b/voiddwm/vlarbs.sh @@ -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"