Skip to content

Instantly share code, notes, and snippets.

@larsch
Created March 22, 2015 19:21
Show Gist options
  • Save larsch/de0840e94098e419b10f to your computer and use it in GitHub Desktop.
Save larsch/de0840e94098e419b10f to your computer and use it in GitHub Desktop.
#!/bin/sh -ex
sudo pacman --needed --noconfirm -S base-devel
curl -LO https://github.com/larsch/libbcm2835-aur/archive/v1.42-1.tar.gz
tar xfz v1.42-1.tar.gz
cd libbcm2835-aur-1.42-1
makepkg -sf
sudo pacman --noconfirm -U libbcm2835*.pkg.tar.xz
curl -LO https://aur.archlinux.org/packages/ra/raspi-off-button/raspi-off-button.tar.gz
tar xfz raspi-off-button.tar.gz
cd raspi-off-button
makepkg -sf
sudo pacman --noconfirm -U raspi-off-button*.pkg.tar.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment