arch fix
This commit is contained in:
parent
2edc085210
commit
585b37cf08
@ -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 -}}
|
||||
|
Loading…
Reference in New Issue
Block a user