From 8a64fe495ebee0857a0d25462f394cd227100cae Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 30 Jan 2021 12:52:58 +0100 Subject: [PATCH] fix: add inactive klipperscreen entry to moonraker.conf --- scripts/install_moonraker.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/install_moonraker.sh b/scripts/install_moonraker.sh index dc7e182..f725fd6 100755 --- a/scripts/install_moonraker.sh +++ b/scripts/install_moonraker.sh @@ -250,6 +250,14 @@ path: ~/mainsail type: web repo: cadriel/fluidd path: ~/fluidd + +#[update_manager client KlipperScreen] +#type: git_repo +#path: /home/${HOME}/KlipperScreen +#origin: https://github.com/jordanruthe/KlipperScreen.git +#env: /home/${HOME}/.KlipperScreen-env/bin/python +#requirements: scripts/KlipperScreen-requirements.txt +#install_script: scripts/KlipperScreen-install.sh MOONRAKERCONF } @@ -293,6 +301,14 @@ path: ~/mainsail type: web repo: cadriel/fluidd path: ~/fluidd + +#[update_manager client KlipperScreen] +#type: git_repo +#path: /home/${USER}/KlipperScreen +#origin: https://github.com/jordanruthe/KlipperScreen.git +#env: /home/${USER}/.KlipperScreen-env/bin/python +#requirements: scripts/KlipperScreen-requirements.txt +#install_script: scripts/KlipperScreen-install.sh MOONRAKERCONF }