fix(linux): remove idLike

This commit is contained in:
badstagram 2026-01-24 01:03:39 +00:00
parent e4da40aac9
commit 6ce0ee8eea

View File

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