Skip to content

Instantly share code, notes, and snippets.

View morganfw's full-sized avatar

TheBugLebowsky morganfw

  • Italy
  • 08:16 (UTC +01:00)
View GitHub Profile
@stemsmit
stemsmit / ha-uninstall.sh
Last active October 9, 2025 16:44
Uninstaller for Home Assistant Supervised on Debian 10
#!/usr/bin/env bash
sudo systemctl disable apparmor
sudo systemctl disable hassio-apparmor.service
sudo systemctl disable hassio-supervisor.service
sudo systemctl daemon-reload
sudo systemctl reset-failed
sudo rm /etc/systemd/system/hassio-supervisor.service
sudo rm /etc/systemd/system/hassio-apparmor.service