wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
8
service/updates/os_integration_default.go
Normal file
8
service/updates/os_integration_default.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package updates
|
||||
|
||||
func upgradeSystemIntegration() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user