From 585b37cf087916478e8826ff90c7de6cee773083 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 30 May 2023 11:08:26 +0300 Subject: [PATCH] arch fix --- 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 8025560..6d94652 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -53,7 +53,7 @@ sleep 3 {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} sudo apt install $BASE_PACKAGES kitty-terminfo -y -{{ else if eq .chezmoi.osRelease "arch" -}} +{{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Sy --noconfirm $BASE_PACKAGES kitty-terminfo {{ end -}}