changeset 692:4b289d175d89

feat: install dependency packages on Ubuntu
author zegervdv <zegervdv@me.com>
date Wed, 05 Oct 2022 18:35:14 +0200
parents 989cedcc0a38
children f9eadf5e6d57
files .chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl	Wed Oct 05 18:35:14 2022 +0200
@@ -0,0 +1,5 @@
+{{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
+#!/usr/bin/env bash
+
+sudo apt install -y libsqlite3-dev libreadline-dev libbz2-dev libncurses-dev
+{{- end }}