diff --git a/agent/agent_linux.go b/agent/agent_unix.go similarity index 97% rename from agent/agent_linux.go rename to agent/agent_unix.go index 1027344..3ae5475 100644 --- a/agent/agent_linux.go +++ b/agent/agent_unix.go @@ -1,13 +1,4 @@ -/* -Copyright 2022 AmidaWare LLC. - -Licensed under the Tactical RMM License Version 1.0 (the “License”). -You may only use the Licensed Software in accordance with the License. -A copy of the License is available at: - -https://license.tacticalrmm.com - -*/ +// +build !windows package agent diff --git a/agent/install_linux.go b/agent/install_unix.go similarity index 98% rename from agent/install_linux.go rename to agent/install_unix.go index b9debcc..3168f82 100644 --- a/agent/install_linux.go +++ b/agent/install_unix.go @@ -1,3 +1,5 @@ +// +build !windows + /* Copyright 2022 AmidaWare LLC.