chore: remove test section and add new klipperbackup url in header (#467)

The old test branch will be deleted anyway
This commit was merged in pull request #467.
This commit is contained in:
Staubgeborener
2024-05-08 18:44:26 +02:00
committed by GitHub
parent 3b2bc05746
commit a4b149c11a

View File

@@ -1,6 +1,7 @@
# ======================================================================= # # ======================================================================= #
# Copyright (C) 2023 - 2024 Staubgeborener and Tylerjet # # Copyright (C) 2023 - 2024 Staubgeborener and Tylerjet #
# https://github.com/Staubgeborener/klipper-backup # # https://github.com/Staubgeborener/klipper-backup #
# https://klipperbackup.xyz #
# # # #
# This file is part of KIAUH - Klipper Installation And Update Helper # # This file is part of KIAUH - Klipper Installation And Update Helper #
# https://github.com/dw-0/kiauh # # https://github.com/dw-0/kiauh #
@@ -32,7 +33,6 @@ class KlipperbackupExtension(BaseExtension):
subprocess.run( subprocess.run(
["git", "clone", str(KLIPPERBACKUP_REPO_URL), str(KLIPPERBACKUP_DIR)] ["git", "clone", str(KLIPPERBACKUP_REPO_URL), str(KLIPPERBACKUP_DIR)]
) )
# subprocess.run(["git", "-C", str(KLIPPERBACKUP_DIR), "checkout", "installer-dev"]) # Only for testing
subprocess.run(["chmod", "+x", str(KLIPPERBACKUP_DIR / "install.sh")]) subprocess.run(["chmod", "+x", str(KLIPPERBACKUP_DIR / "install.sh")])
subprocess.run([str(KLIPPERBACKUP_DIR / "install.sh")]) subprocess.run([str(KLIPPERBACKUP_DIR / "install.sh")])