fix(linux): remove 'and'

This commit is contained in:
badstagram 2026-01-24 01:09:04 +00:00
parent a72854d3cd
commit 9d65b58959

View File

@ -1,4 +1,4 @@
{{ if (and (eq .chezmoi.os "linux")) -}}
{{ if (eq .chezmoi.os "linux") -}}
#!/bin/bash
_install_pacman_packages() {