updater fix

This commit is contained in:
2025-03-31 16:12:46 +03:00
parent 1a9bcdb793
commit ef05f15ab6
3 changed files with 2 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ install_macros() {
echo "" >>"$HOME/printer_data/config/moonraker.conf"
fi
if /usr/bin/env bash -c "cat $parent_path/install-files/moonraker.conf >> $HOME/printer_data/config/moonraker.conf"; then
if /usr/bin/env bash -c "cat $parent_path/install-files/moonraker_update.conf >> $HOME/printer_data/config/moonraker.conf"; then
sudo systemctl restart moonraker.service
fi
echo -e "Adding Macros to update manager Done!\n"

1
readme.md Normal file
View File

@@ -0,0 +1 @@
curl -fsSL https://cloud.reijii.org/gitea/reijii/Macros/raw/branch/main/macros_installer.sh | bash