From e2233e38fa8355a4c649291ede0af5ef86459ad4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 18 May 2019 19:15:38 -0400 Subject: [PATCH] voiddwm progs file fix --- voiddwm/vlarbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voiddwm/vlarbs.sh b/voiddwm/vlarbs.sh index 9ed3c31..ee6fb1f 100644 --- a/voiddwm/vlarbs.sh +++ b/voiddwm/vlarbs.sh @@ -15,7 +15,7 @@ esac done # DEFAULTS: [ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" && repobranch="voiddwm" -[ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/progs.csv" +[ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/voiddwm/vprogs.csv" [ -z "$repobranch" ] && repobranch="master" ### FUNCTIONS ###