Skip to content

Commit 017d3bf

Browse files
committed
Update package install
1 parent 1bfcc94 commit 017d3bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

home/run_onchange_install-packages.sh.tmpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
{{ if eq .chezmoi.os "freebsd" -}}
44

5-
echo "FreeBSD: install minimal package set"
6-
{{ range .packages.freebsd.minimal -}}
7-
doas pkg install -y {{ . | quote }}
8-
{{ end -}}
9-
105
{{ if eq .chezmoi.hostname "brutal" }}
11-
echo "FreeBSD: install desktop package set"
6+
printf "FreeBSD: install desktop package set"
127
{{ range .packages.freebsd.desktop -}}
138
doas pkg install -y {{ . | quote }}
149
{{ end -}}
1510
{{ end -}}
1611

12+
printf "FreeBSD: install minimal package set"
13+
{{ range .packages.freebsd.minimal -}}
14+
doas pkg install -y {{ . | quote }}
15+
{{ end -}}
16+
1717
{{ else if eq .chezmoi.os "darwin" -}}
1818

1919
brew bundle --no-lock --file=/dev/stdin <<EOF

0 commit comments

Comments
 (0)