mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
11 lines
149 B
Go
11 lines
149 B
Go
//go:build !darwin
|
|
|
|
package update
|
|
|
|
func runRenewEnrollmentProfile() error {
|
|
return nil
|
|
}
|
|
|
|
func runKickstartSoftwareUpdated() error {
|
|
return nil
|
|
}
|