fix typo in if

This commit is contained in:
Anton Volnuhin 2023-05-28 03:27:06 +03:00
parent df078065fa
commit bfe7eb0d9a

View File

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