arduino / arduino-connector

Connector to the Arduino Create Cloud and IoT platform
Apache License 2.0
36 stars 24 forks source link

Uninstall #288

Closed guerinoni closed 1 year ago

guerinoni commented 3 years ago

This PR solve #80, in order to uninstall only packages installed through arduino-connector during installation will create a config file listing packages already present, like network-manager, docker (images + container), and so on... The uninstall feature is called by API /status/uninstall/post and at the end of the uninstall process it creates a script (uninstall-arduino-connector.sh) for the user that must run to finalize the uninstall process. This because is impossible to stop and remove service from within arduino-connector, that script removes also the binary.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

guerinoni commented 2 years ago

@rsora maybe we can merge it? :)