summaryrefslogtreecommitdiffstats
path: root/modules/base/templates/update
blob: 27973c9131f406455823b3e1769acc74666b4d81 (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 --noconfirm
yay -Yc --noconfirm
rustup update
<%= @extra_script %>