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

puppet-tozt

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

yay
yay -Yc
rustup update
<%= @extra_script %>