From 698d486f7a4fd1fd3e605ca2e71d20fb07e24b49 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 18 May 2024 00:38:19 +0300 Subject: [PATCH] forgot -y for apt-get --- 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 afdd73f..b2cece3 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -28,7 +28,7 @@ $Green########################################################################## {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} sudo apt-get update sudo DEBIAN_FRONTEND=noninteractive apt-get -o "Dpkg::Options::=--force-confold" -o "Dpkg::Options::=--force-confdef" upgrade -y --allow-downgrades --allow-remove-essential --allow-change-held-packages - sudo apt-get install software-properties-common + sudo apt-get install software-properties-common -y {{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Syu --noconfirm