Mercurial > dotfiles
comparison .chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl @ 694:134efe943fd4
fix: handle template error on macOS
author | Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> |
---|---|
date | Wed, 05 Oct 2022 21:37:17 +0200 |
parents | 4b289d175d89 |
children | e1cbab38a3e1 |
comparison
equal
deleted
inserted
replaced
693:f9eadf5e6d57 | 694:134efe943fd4 |
---|---|
1 {{ if eq .chezmoi.os "linux" -}} | |
1 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} | 2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} |
2 #!/usr/bin/env bash | 3 #!/usr/bin/env bash |
3 | 4 |
4 sudo apt install -y libsqlite3-dev libreadline-dev libbz2-dev libncurses-dev | 5 sudo apt install -y libsqlite3-dev libreadline-dev libbz2-dev libncurses-dev |
5 {{- end }} | 6 {{- end }} |
7 {{- end }} |