6 lines
126 B
Cheetah
6 lines
126 B
Cheetah
|
{{- if eq .osid "linux-arch" }}
|
||
|
#!/usr/bin/env bash
|
||
|
|
||
|
sudo cp "$HOME/.config/pacman/pacman.conf" "/etc/pacman.conf"
|
||
|
{{ end -}}
|