comparison .chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl @ 700:e1cbab38a3e1

add missing dependencies and skip brew setup on arm64
author zegervdv <zegervdv@me.com>
date Wed, 19 Oct 2022 21:53:54 +0000
parents 134efe943fd4
children fa76b30a3c2f
comparison
equal deleted inserted replaced
699:18b55952980d 700:e1cbab38a3e1
1 {{ if eq .chezmoi.os "linux" -}} 1 {{ if eq .chezmoi.os "linux" -}}
2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} 2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
3 #!/usr/bin/env bash 3 #!/usr/bin/env bash
4 4
5 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 zlib1g-dev libffi-dev libssl-dev
6 {{- end }} 6 {{- end }}
7 {{- end }} 7 {{- end }}