dotfiles/deploy.sh

10 lines
175 B
Bash
Executable File

#!/usr/bin/env bash
set -e
patch /usr/bin/makepkg < makepkg.patch
puppet apply manifests/main.pp --modulepath=modules/ --verbose
patch /usr/bin/makepkg -R < makepkg.patch