Update .chezmoiscripts/10-pacman-conf.sh
This commit is contained in:
parent
726663247e
commit
dbf677342a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{{- if eq .osid "linux-arch" -}}
|
{{- if eq .osid "linux-arch" -}}
|
||||||
#!/usr/bin/env bash
|
#!/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"
|
sudo cp -v "$HOME/.config/pacman/pacman.conf" "/etc/pacman.conf"
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
Loading…
Reference in a new issue