changeset 845:b0924ed8b0e1

fix: add libnotify4 dependency for bitwarden
author zegervdv <zegervdv@me.com>
date Wed, 14 Feb 2024 18:48:05 +0100
parents 9e2c5662c2cb
children 8a929c957d05
files .chezmoiscripts/run_onchange_after_15-install-ubuntu-packages.sh.tmpl
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_15-install-ubuntu-packages.sh.tmpl	Wed Feb 14 18:04:24 2024 +0100
+++ b/.chezmoiscripts/run_onchange_after_15-install-ubuntu-packages.sh.tmpl	Wed Feb 14 18:48:05 2024 +0100
@@ -22,8 +22,9 @@
  	"libevent-core-2.1-7"
  	"libevent-dev"
  	"pipx"
-	"bison"
-	"flex" -}}
+  "bison"
+  "flex"
+  "libnotify4" -}}
 
 {{ $ppa := list
 	"ppa:maveonair/helix-editor"