diff --git a/macros_installer.sh b/macros_installer.sh index 05e110c..d1ff1be 100644 --- a/macros_installer.sh +++ b/macros_installer.sh @@ -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" diff --git a/moonracker_update.cfg b/moonracker_update.conf similarity index 100% rename from moonracker_update.cfg rename to moonracker_update.conf diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..be81089 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +curl -fsSL https://cloud.reijii.org/gitea/reijii/Macros/raw/branch/main/macros_installer.sh | bash \ No newline at end of file