This commit is contained in:
Anton Volnuhin 2023-05-30 11:08:26 +03:00
parent 2edc085210
commit 585b37cf08

View File

@ -53,7 +53,7 @@ sleep 3
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
sudo apt install $BASE_PACKAGES kitty-terminfo -y 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 sudo pacman -Sy --noconfirm $BASE_PACKAGES kitty-terminfo
{{ end -}} {{ end -}}