From bfe7eb0d9a2b5b55a2ffc3b7ee9f71ca9451c9c7 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 03:27:06 +0300 Subject: [PATCH] fix typo in if --- run_once_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 51d0c15..c56138d 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -14,7 +14,7 @@ cargo install atuin {{ end -}} -{{ if (and (eq .chezmoi.os "linux") (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "ubuntu")) -}} +{{ if (and (eq .chezmoi.os "linux") (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "ubuntu"))) -}} sudo apt update sudo apt install kitty-terminfo -y sudo apt install gpg git curl wget ripgrep fd-find unzip python3-pip htop fzf bat snapd -y