From 525f442d12ebd4834799dd61620692f3886c227f Mon Sep 17 00:00:00 2001 From: TiynGER <43725244+TiynGER@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:17:30 +0200 Subject: [PATCH] 0.0.10 changing progs.csv --- VERSION.txt | 2 +- larbs.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"