voiddwm progs file fix

This commit is contained in:
Luke Smith 2019-05-18 19:15:38 -04:00
parent 38ef1697ae
commit e2233e38fa
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

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