Add cronjob to update pacman mirror list
Resolves #10 Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ca6e28b8e5
commit
4d3e042a16
2 changed files with 20 additions and 0 deletions
1
install
1
install
|
@ -164,6 +164,7 @@ CHROMIUM_EXTENSIONS=(
|
|||
# Root files which should be copied
|
||||
declare -A COPY_ROOT_FILES
|
||||
COPY_ROOT_FILES=(
|
||||
["/etc/cron.daily/update-mirror"]="755"
|
||||
["/etc/docker/daemon.json"]="644"
|
||||
["/etc/gemrc"]="644"
|
||||
["/etc/logrotate.d/custom.conf"]="644"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue