summaryrefslogtreecommitdiff
path: root/larbs.sh
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-21 16:47:26 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-21 16:47:26 -0400
commit3cc0af5186e2e112f2f75e5d804d69cc9a906ac3 (patch)
tree6808fad94354fbb7df15170534da28f991708048 /larbs.sh
parent3557875d125cb30fb66e421d949b6acf86364d5d (diff)
Add my stuff to the script
Diffstat (limited to 'larbs.sh')
-rw-r--r--larbs.sh4
1 files changed, 2 insertions, 2 deletions
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"