Смена репозитория загрузчика

This commit is contained in:
Арен Елчинян 2023-11-02 00:44:15 +03:00
parent 7cc15c2506
commit bc1cec2240
1 changed files with 1 additions and 1 deletions

View File

@ -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"])