summaryrefslogtreecommitdiffstats
path: root/modules/base/templates/update
blob: fb89a93efac1784235f42985b909ea8ab6f81e4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -eu
set -o pipefail

puppet-tozt

(cd ~/conf && git pull && make install)
sudo sh -c "cd ~/conf && git pull && make install"

yaourt -Syua
<%= @extra_script %>