1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-02 15:37:45 +02:00

0.0.10 changing progs.csv

This commit is contained in:
TiynGER 2019-10-01 17:17:30 +02:00
parent fbf0eab195
commit 525f442d12
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.0.9
0.0.10

View File

@ -15,8 +15,8 @@ while getopts ":a:r:b:p:h" o; do case "${o}" in
esac done
# DEFAULTS:
[ -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 "$dotfilesrepo" ] && dotfilesrepo="https://github.com/tiynger/.dotfiles.git"
[ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/TiynGER/LARBS/master/progs.csv"
[ -z "$aurhelper" ] && aurhelper="yay"
[ -z "$repobranch" ] && repobranch="master"