comparison .chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl @ 692:4b289d175d89

feat: install dependency packages on Ubuntu
author zegervdv <zegervdv@me.com>
date Wed, 05 Oct 2022 18:35:14 +0200
parents
children 134efe943fd4
comparison
equal deleted inserted replaced
691:989cedcc0a38 692:4b289d175d89
1 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
2 #!/usr/bin/env bash
3
4 sudo apt install -y libsqlite3-dev libreadline-dev libbz2-dev libncurses-dev
5 {{- end }}