diff --git a/src/components/modals/agents/InstallAgent.vue b/src/components/modals/agents/InstallAgent.vue
index d766d0e..dfbcb85 100644
--- a/src/components/modals/agents/InstallAgent.vue
+++ b/src/components/modals/agents/InstallAgent.vue
@@ -48,7 +48,7 @@
val="linux"
label="Linux"
@update:model-value="
- installMethod = 'linux';
+ installMethod = 'bash';
goarch = GOARCH_AMD64;
"
/>
@@ -299,7 +299,7 @@ export default {
});
} else if (
this.installMethod === "powershell" ||
- this.installMethod === "linux"
+ this.installMethod === "bash"
) {
this.$q.loading.show();
let ext = this.installMethod === "powershell" ? "ps1" : "sh";
@@ -343,7 +343,7 @@ export default {
case "manual":
text = "Show manual installation instructions";
break;
- case "linux":
+ case "bash":
text = "Download linux install script";
break;
}
diff --git a/src/components/modals/agents/UpdateAgents.vue b/src/components/modals/agents/UpdateAgents.vue
index 9c5f5d9..808b581 100644
--- a/src/components/modals/agents/UpdateAgents.vue
+++ b/src/components/modals/agents/UpdateAgents.vue
@@ -8,11 +8,12 @@
-
+
- Agents will now automatically self update, this tool is no longer needed.
+ Agents will automatically self update at 35 min past the hour, every hour.
+ Use this tool to manually trigger an agent update cycle.
Select Version