mirror of
https://github.com/0Nera/BMOSP.git
synced 2025-01-08 05:42:01 +03:00
Смена репозитория загрузчика
This commit is contained in:
parent
7cc15c2506
commit
bc1cec2240
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user