From df1d873bd7630aa43e4f53133a3e177467dc7ac5 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 22 May 2024 20:04:51 +0300 Subject: [PATCH] forgot -y --- run_onchange_after_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 7185935..49e2b9f 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -87,7 +87,7 @@ pad() { {{ if eq .chezmoi.osRelease.id "almalinux" -}} echo "Installing prerequestative ncurses for this script's interface"|pad - sudo dnf install ncurses + sudo dnf install ncurses -y 2>&1|pad {{ end -}}