dotfiles/deploy.sh

10 lines
175 B
Bash
Raw Normal View History

2017-08-12 13:20:06 +01:00
#!/usr/bin/env bash
2017-08-12 20:52:05 +01:00
set -e
2017-10-08 17:42:04 +01:00
patch /usr/bin/makepkg < makepkg.patch
2017-08-12 21:08:59 +01:00
puppet apply manifests/main.pp --modulepath=modules/ --verbose
2017-08-12 21:16:24 +01:00
patch /usr/bin/makepkg -R < makepkg.patch