From bc1cec2240bbf78ee754aa12ac3063483dc4623a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D0=B5=D0=BD=20=D0=95=D0=BB=D1=87=D0=B8=D0=BD?= =?UTF-8?q?=D1=8F=D0=BD?= Date: Thu, 2 Nov 2023 00:44:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=80=D0=B5?= =?UTF-8?q?=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80=D0=B8=D1=8F=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D1=87=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pbuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbuild.py b/pbuild.py index 83720ba..f60babe 100644 --- a/pbuild.py +++ b/pbuild.py @@ -83,7 +83,7 @@ def compile_all(): def check_limine(): if not os.path.isdir("limine"): - subprocess.run(["git", "clone", "https://github.com/limine-bootloader/limine.git", "--branch=v5.x-branch-binary", "--depth=1"]) + subprocess.run(["git", "clone", "https://git.synapseos.ru/Aren/limine.git", "--branch=v5.x-branch-binary", "--depth=1"]) else: os.chdir("limine") subprocess.run(["git", "pull"])