Files
portmaster/updates/os_integration_default.go
2023-07-28 16:51:38 +02:00

9 lines
107 B
Go

//go:build !linux
// +build !linux
package updates
func upgradeSystemIntegration() error {
return nil
}