From 69a8d843e068e07f21556508c9546d44ae24f540 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 9 Feb 2023 23:55:03 +0000 Subject: [PATCH] Wrong branch for tremc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f10ba08..c938534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && \ python3-requests python3-bs4 && \ rm -rf /var/lib/apt/lists/* RUN pip3 install yt-dlp charset-normalizer && \ - curl -sSL https://raw.githubusercontent.com/MatanZ/tremc/master/tremc -o /usr/local/bin/tremc && \ + curl -sSL https://raw.githubusercontent.com/MatanZ/tremc/main/tremc -o /usr/local/bin/tremc && \ curl -sSL https://github.com/drone/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar xzC /usr/local/bin && \ update-alternatives --set editor /usr/bin/vim.basic