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"