userspace implementation

This commit is contained in:
afeiszli
2021-09-21 21:35:52 -04:00
parent a7a45e60e1
commit 50250d5859
5 changed files with 22 additions and 10 deletions

View File

@@ -109,6 +109,8 @@ func Uninstall() error {
daemon.CleanupWindows()
} else if ncutils.IsMac() {
daemon.CleanupMac()
} else if !ncutils.IsKernel() {
ncutils.PrintLog("manual cleanup required",1)
}
return err