17 lines
779 B
YAML
17 lines
779 B
YAML
# 需要自动更新的文件列表
|
|
# Docker
|
|
- file: /docker/install/install.sh
|
|
source: https://raw.githubusercontent.com/docker/docker-install/master/install.sh
|
|
- file: /docker/install/debian/gpg
|
|
source: https://download.docker.com/linux/debian/gpg
|
|
- file: /docker/install/ubuntu/gpg
|
|
source: https://download.docker.com/linux/ubuntu/gpg
|
|
- file: /docker/install/raspbian/gpg
|
|
source: https://download.docker.com/linux/raspbian/gpg
|
|
- file: /docker/install/fedora/docker-ce.repo
|
|
source: https://download.docker.com/linux/fedora/docker-ce.repo
|
|
- file: /docker/install/centos/docker-ce.repo
|
|
source: https://download.docker.com/linux/centos/docker-ce.repo
|
|
# AdGuard
|
|
- file: /adguard/filter_1.txt
|
|
source: https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt |