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 -}}