Change to my version of software

This commit is contained in:
Justin Lin
2022-08-07 11:15:24 +08:00
parent 1689ee92c3
commit 6757de8337
2 changed files with 5 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ while getopts ":a:r:b:p:h" o; do case "${o}" in
*) printf "Invalid option: -%s\\n" "$OPTARG" && exit 1 ;;
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="https://git.wancat.cc/wancat/voidrice.git"
[ -z "$progsfile" ] && progsfile="https://git.wancat.cc/wancat/larbs/raw/branch/master/progs.csv"
[ -z "$aurhelper" ] && aurhelper="yay"
[ -z "$repobranch" ] && repobranch="master"