From 189c8e6194d166676d694d8070c25916ce805618 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Fri, 17 May 2024 23:46:36 +0300 Subject: [PATCH] ppa fix --- run_onchange_before_install_main_deps.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 29f07a9..6c2ee26 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -28,6 +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 {{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Syu --noconfirm