Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 980 Bytes

Uninstallation.md

File metadata and controls

44 lines (32 loc) · 980 Bytes

Uninstallation

  1. Remove this
[update_manager client moonraker-telegram]
type: git_repo
path: /home/pi/moonraker-telegram
origin: https://github.com/Raabi91/moonraker-telegram.git
env: /home/pi/.moonraker-telegram-env/bin/python
requirements: scripts/moonraker-telegram-requirements.txt
install_script: scripts/install.sh

from your moonraker configuration

  1. Delete the telegram.config over mainsail oder fluidd
  2. Go into ssh and stop moonraker-telegram
sudo systemctl stop moonraker-telegram
  1. Delete the moonraker-telegram folder
rm -rf moonraker-telegram
  1. Delete the .moonraker-telegram-env folder
rm -rf .moonraker-telegram-env
  1. Remove the systemd service
sudo rm /etc/systemd/system/moonraker-telegram.service
sudo systemctl daemon-reload

Now moonraker-telegram is completely removed. If you use multiple installations you have to adapt the moonraker-telegram folder name and the systemd service name as needed.