From c34b1970c873b49808d9e1fe1e2566f8529041cd Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 27 Aug 2018 13:00:47 -0400 Subject: [PATCH] yay now LARBS aurhelper --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index c04a888..f95b533 100755 --- a/larbs.sh +++ b/larbs.sh @@ -24,7 +24,7 @@ esac done # DEFAULTS: [ -z ${dotfilesrepo+x} ] && dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" [ -z ${progsfile+x} ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/progs.csv" -[ -z ${aurhelper+x} ] && aurhelper="packer" +[ -z ${aurhelper+x} ] && aurhelper="yay" ### ### FUNCTIONS ###