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

puppet-tozt

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

yaourt -Syua
rustup update
<%= @extra_script %>