mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-19 19:40:50 +00:00
update installer
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
val="linux"
|
val="linux"
|
||||||
label="Linux"
|
label="Linux"
|
||||||
@update:model-value="
|
@update:model-value="
|
||||||
installMethod = 'linux';
|
installMethod = 'bash';
|
||||||
goarch = GOARCH_AMD64;
|
goarch = GOARCH_AMD64;
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
@@ -299,7 +299,7 @@ export default {
|
|||||||
});
|
});
|
||||||
} else if (
|
} else if (
|
||||||
this.installMethod === "powershell" ||
|
this.installMethod === "powershell" ||
|
||||||
this.installMethod === "linux"
|
this.installMethod === "bash"
|
||||||
) {
|
) {
|
||||||
this.$q.loading.show();
|
this.$q.loading.show();
|
||||||
let ext = this.installMethod === "powershell" ? "ps1" : "sh";
|
let ext = this.installMethod === "powershell" ? "ps1" : "sh";
|
||||||
@@ -343,7 +343,7 @@ export default {
|
|||||||
case "manual":
|
case "manual":
|
||||||
text = "Show manual installation instructions";
|
text = "Show manual installation instructions";
|
||||||
break;
|
break;
|
||||||
case "linux":
|
case "bash":
|
||||||
text = "Download linux install script";
|
text = "Download linux install script";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,11 +8,12 @@
|
|||||||
</q-btn>
|
</q-btn>
|
||||||
</q-bar>
|
</q-bar>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-banner class="bg-warning">
|
<q-banner class="bg-info">
|
||||||
<template v-slot:avatar>
|
<template v-slot:avatar>
|
||||||
<q-icon name="info" />
|
<q-icon name="info" />
|
||||||
</template>
|
</template>
|
||||||
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.
|
||||||
</q-banner>
|
</q-banner>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
Select Version
|
Select Version
|
||||||
|
|||||||
Reference in New Issue
Block a user