diff --git a/VERSION.txt b/VERSION.txt index 429d94a..b0a1227 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.0.9 \ No newline at end of file +0.0.10 \ No newline at end of file diff --git a/larbs.sh b/larbs.sh index 421cc37..9474e44 100644 --- a/larbs.sh +++ b/larbs.sh @@ -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"