From d5912ff1b161856768a69d03449158de1cf98a16 Mon Sep 17 00:00:00 2001 From: Tiankai Ma Date: Fri, 20 Sep 2024 11:50:24 +0800 Subject: [PATCH] github-raw: add docker/install.sh used in https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/ Signed-off-by: Tiankai Ma --- github-raw.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-raw.py b/github-raw.py index 4c31fb9..9a7e91f 100755 --- a/github-raw.py +++ b/github-raw.py @@ -48,6 +48,8 @@ def delete_line_with_gbpdistro(s: str) -> str: ["ros/rosdistro", "master", "releases", "targets.yaml"], # for llvm-apt ["opencollab/llvm-jenkins.debian.net", "master", "llvm.sh"], + # for docker-install + ["docker/docker-install", "master", "install.sh"], ] # connect and read timeout value