summaryrefslogtreecommitdiff
path: root/larbs.sh
diff options
context:
space:
mode:
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"