From 3cc0af5186e2e112f2f75e5d804d69cc9a906ac3 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 21 Oct 2020 16:47:26 -0400 Subject: Add my stuff to the script --- larbs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'larbs.sh') diff --git a/larbs.sh b/larbs.sh index 5b4b718..434f488 100644 --- a/larbs.sh +++ b/larbs.sh @@ -14,8 +14,8 @@ while getopts ":a:r:b:p:h" o; do case "${o}" in *) printf "Invalid option: -%s\\n" "$OPTARG" && exit ;; esac done -[ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" -[ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/progs.csv" +[ -z "$dotfilesrepo" ] && dotfilesrepo="git://git.chausse.xyz/dotfiles" +[ -z "$progsfile" ] && progsfile="https://git.chausse.xyz/larbs/raw/progs.csv" [ -z "$aurhelper" ] && aurhelper="yay" [ -z "$repobranch" ] && repobranch="master" -- cgit v1.2.3