Created
April 2, 2016 05:30
-
-
Save frenchie4111/041364c7059a22dac2b2ef99b9bbbfb4 to your computer and use it in GitHub Desktop.
install-aur.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This is a super simple script that blindly installs things | |
# from AUR | |
git clone https://aur.archlinux.org/${1}.git | |
cd ${1} | |
makepkg -sri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment