|
|
@ -15,8 +15,8 @@ while getopts ":a:r:b:p:h" o; do case "${o}" in
|
|
|
|
esac done
|
|
|
|
esac done
|
|
|
|
|
|
|
|
|
|
|
|
# DEFAULTS:
|
|
|
|
# DEFAULTS:
|
|
|
|
[ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" && repobranch="archi3"
|
|
|
|
[ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/tiynger/.dotfiles.git"
|
|
|
|
[ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/archi3/progs.csv"
|
|
|
|
[ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/TiynGER/LARBS/master/progs.csv"
|
|
|
|
[ -z "$aurhelper" ] && aurhelper="yay"
|
|
|
|
[ -z "$aurhelper" ] && aurhelper="yay"
|
|
|
|
[ -z "$repobranch" ] && repobranch="master"
|
|
|
|
[ -z "$repobranch" ] && repobranch="master"
|
|
|
|
|
|
|
|
|
|
|
|