annotate .chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl @ 781:f8f28675afe7

[pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 ? v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode)
author pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
date Mon, 24 Apr 2023 21:22:30 +0000
parents e1cbab38a3e1
children fa76b30a3c2f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
694
134efe943fd4 fix: handle template error on macOS
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents: 692
diff changeset
1 {{ if eq .chezmoi.os "linux" -}}
692
4b289d175d89 feat: install dependency packages on Ubuntu
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
4b289d175d89 feat: install dependency packages on Ubuntu
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 #!/usr/bin/env bash
4b289d175d89 feat: install dependency packages on Ubuntu
zegervdv <zegervdv@me.com>
parents:
diff changeset
4
700
e1cbab38a3e1 add missing dependencies and skip brew setup on arm64
zegervdv <zegervdv@me.com>
parents: 694
diff changeset
5 sudo apt install -y libsqlite3-dev libreadline-dev libbz2-dev libncurses-dev zlib1g-dev libffi-dev libssl-dev
692
4b289d175d89 feat: install dependency packages on Ubuntu
zegervdv <zegervdv@me.com>
parents:
diff changeset
6 {{- end }}
694
134efe943fd4 fix: handle template error on macOS
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents: 692
diff changeset
7 {{- end }}