From b494714c43d5d3cf3e5a3f9c7cfa5fb053ba163a Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 27 Mar 2024 16:29:14 +0300 Subject: [PATCH] add direnv to ubuntu/debian as it seems it is not always already installed --- run_onchange_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index e6a3e5e..fad574b 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -49,7 +49,7 @@ $Green########################################################################## sudo dnf install $BASE_PACKAGES difftastic kitty-terminfo util-linux-user python3-pip -y {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} - sudo apt install $BASE_PACKAGES kitty-terminfo python3-pip -y + sudo apt install $BASE_PACKAGES kitty-terminfo direnv python3-pip -y {{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Sy --noconfirm $BASE_PACKAGES difftastic kitty-terminfo python3-pip