This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/os/arch_linux/pacaur.bash

26 lines
538 B
Bash
Raw Normal View History

2016-01-06 11:55:04 -06:00
#!/usr/bin/env bash
2016-09-24 06:25:35 -05:00
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/../.." && pwd)
2016-01-06 11:55:04 -06:00
source "$DIR/variables.bash"
sudo pacman -S curl openssl perl expac yajl --noconfirm
# receive cower's gpg key
gpg --recv-keys 1EB2638FF56C0C53
mkdir -p "$REPOSITORY_PATH"
git clone https://aur.archlinux.org/cower.git "$REPOSITORY_PATH/cower"
git clone https://aur.archlinux.org/pacaur.git "$REPOSITORY_PATH/pacaur"
cd "$REPOSITORY_PATH/cower"
makepkg -i --noconfirm
cd -
cd "$REPOSITORY_PATH/pacaur"
makepkg -i --noconfirm
cd -
2016-04-20 16:09:02 -05:00
pacuar -S cower pacaur