# HG changeset patch # User zegervdv # Date 1664987714 -7200 # Node ID 4b289d175d8933f9a218ff180fa130815d8cb995 # Parent 989cedcc0a38eb8270f4370d1b83b96d96637361 feat: install dependency packages on Ubuntu diff -r 989cedcc0a38 -r 4b289d175d89 .chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl --- /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 }}