From 8d2963a47ca5209dd6a5284b53a4666e69e67842 Mon Sep 17 00:00:00 2001 From: Cyril Date: Sun, 12 Jan 2025 22:51:07 +0100 Subject: [PATCH] Fix Moonraker dbus-fast dependancies --- scripts/moonraker_nginx.sh | 1 + scripts/paths.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/moonraker_nginx.sh b/scripts/moonraker_nginx.sh index b361598..dbc98bb 100755 --- a/scripts/moonraker_nginx.sh +++ b/scripts/moonraker_nginx.sh @@ -73,6 +73,7 @@ function install_moonraker_nginx(){ echo -e "Info: Installing necessary packages..." cd "$MOONRAKER_FOLDER"/moonraker-env/bin python3 -m pip install --no-cache-dir pyserial-asyncio==0.6 + python3 -m pip install --no-cache-dir "dbus-fast<=2.28.0" echo -e "Info: Starting Nginx service..." start_nginx echo -e "Info: Starting Moonraker service..." diff --git a/scripts/paths.sh b/scripts/paths.sh index 785e935..d5163e6 100755 --- a/scripts/paths.sh +++ b/scripts/paths.sh @@ -99,7 +99,7 @@ function set_paths() { # Improved Shapers Calibrations # IMP_SHAPERS_FOLDER="${HS_CONFIG_FOLDER}/improved-shapers" - IMP_SHAPERS_URL="${HS_FILES}/improved-shapers/" + IMP_SHAPERS_URL="${HS_FILES}/improved-shapers" # Useful Macros # USEFUL_MACROS_FILE="${HS_CONFIG_FOLDER}/useful-macros.cfg"