Forked from narfel/how to remove hassio and supervisor
Created
February 10, 2022 08:11
-
-
Save anatoliykant/7b58c479f78d02bb756da56f209c2e4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) stop services: | |
sudo systemctl stop hassio-supervisor.service | |
sudo systemctl stop hassio-apparmor.service | |
2) disable services: | |
sudo systemctl disable hassio-supervisor.service | |
sudo systemctl disable hassio-apparmor.service | |
3) remove services: | |
sudo rm -rf /etc/systemd/system/hassio-supervisor.service | |
sudo rm -rf /etc/systemd/system/hassio-apparmor.service | |
4) removing folders: | |
sudo rm -rf /usr/sbin/hassio-supervisor | |
sudo rm -rf /usr/sbin/hassio-apparmor | |
5) remove containers/images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment