Change to my version of software
This commit is contained in:
4
larbs.sh
4
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 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user