From 45184e4879c232e87dcb66d133271823de7a1ccf Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 30 May 2023 08:33:43 +0300 Subject: [PATCH] one more time non-interactive debian and nix in fish --- private_dot_config/private_fish/fish_plugins | 1 + run_onchange_before_install_main_deps.sh.tmpl | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/private_dot_config/private_fish/fish_plugins b/private_dot_config/private_fish/fish_plugins index c4c9557..8402222 100644 --- a/private_dot_config/private_fish/fish_plugins +++ b/private_dot_config/private_fish/fish_plugins @@ -10,3 +10,4 @@ nickeb96/puffer-fish patrickf1/colored_man_pages.fish jhillyerd/plugin-git patrickf1/fzf.fish +lilyball/nix-env.fish diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 7e22d7e..26565e3 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -18,8 +18,9 @@ $Green########################################################################## sudo dnf update -y {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} + export DEBIAN_FRONTEND=noninteractive sudo apt update - DEBIAN_FRONTEND=noninteractive sudo apt upgrade -y + sudo apt upgrade -y {{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Syu --noconfirm