Update .chezmoiscripts/10-pacman-conf.sh

This commit is contained in:
punkfairie 2024-04-22 20:20:55 -07:00
parent 59f617ab65
commit e77a444b98
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

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