diff .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
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 }}