Use reflector timer
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
76579164a9
commit
5fb4aeeab7
4 changed files with 19 additions and 32 deletions
|
@ -11,7 +11,6 @@
|
|||
|
||||
declare -A CONFIG_ETC_FILES
|
||||
CONFIG_ETC_FILES=(
|
||||
["/etc/cron.daily/update-mirror"]="755"
|
||||
["/etc/default/tlp"]="644"
|
||||
["/etc/docker/daemon.json"]="644"
|
||||
["/etc/gemrc"]="644"
|
||||
|
@ -31,6 +30,7 @@ CONFIG_ETC_FILES=(
|
|||
["/etc/sysctl.d/99-sysctl.conf"]="644"
|
||||
["/etc/bluetooth/main.conf"]="644"
|
||||
["/etc/modprobe.d/hid_apple.conf"]="644"
|
||||
["/etc/xdg/reflector/reflector.conf"]="644"
|
||||
)
|
||||
|
||||
output::section "Copying /etc files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue