Switch from pacaur to yay as the AUR helper of choice

This commit is contained in:
Donovan Glover 2017-12-17 23:00:13 -05:00
parent 645bb49567
commit b6171f2d9c
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -21,7 +21,7 @@
# Ensure that a <localuser> was given so we can run commands from it
if [ -z "$1" ]; then
echo "You need to specify a local user to use."
echo "Usage: pacaur.sh <localuser>"
echo "Usage: yay.sh <localuser>"
exit 1
fi
@ -55,10 +55,6 @@ function build() {
}
# Add the GPG key for cower
su $LOCALUSER --session-command 'gpg --keyserver hkps://pgp.mit.edu --recv-keys 1EB2638FF56C0C53'
mkdir -v $TEMP # Make the temp directory
build cower # Install cower (pacaur dependency)
build pacaur # Install pacaur, our AUR helper of choice
build yay # Install yay, our AUR helper of choice
rm -rfv $TEMP # Clean up