Update .chezmoiscripts/10-pacman-conf.sh

This commit is contained in:
punkfairie 2024-04-22 20:18:55 -07:00
parent 3bd7cf94e0
commit 62d202be32
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

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