Update .chezmoiscripts/10-pacman-conf.sh

This commit is contained in:
punkfairie 2024-10-02 20:13:14 -07:00
parent 726663247e
commit dbf677342a
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,7 +1,7 @@
{{- if eq .osid "linux-arch" -}}
#!/usr/bin/env bash
# {{ include "dot_config/pacman/pacman.conf" | sha256sum }}
# {{ include "dot_config/pacman/pacman.conf.tmpl" | sha256sum }}
sudo cp -v "$HOME/.config/pacman/pacman.conf" "/etc/pacman.conf"
{{ end -}}