Skip to content

Commit

Permalink
Смена репозитория загрузчика
Browse files Browse the repository at this point in the history
  • Loading branch information
Арен Елчинян committed Nov 1, 2023
1 parent 7cc15c2 commit bc1cec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit bc1cec2

Please sign in to comment.