dotfiles/deploy.sh

13 lines
361 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-20 08:30:43 +01:00
puppet apply manifests/pre-packages.pp --modulepath=modules/ --verbose
2017-10-15 20:38:56 +01:00
2017-10-11 21:29:53 +01:00
patch /usr/bin/makepkg -N < makepkg.patch
2017-10-19 13:30:41 +01:00
puppet apply manifests/packages.pp --verbose
2017-10-11 21:29:53 +01:00
patch /usr/bin/makepkg -NR < makepkg.patch
2017-10-19 13:30:41 +01:00
2017-10-20 08:30:43 +01:00
puppet apply manifests/main.pp --modulepath=modules/ --verbose
2018-03-21 17:03:20 +00:00
puppet apply manifests/devices.pp --modulepath=modules/ --verbose