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"
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -8,11 +8,12 @@
|
||||
</q-btn>
|
||||
</q-bar>
|
||||
<q-separator />
|
||||
<q-banner class="bg-warning">
|
||||
<q-banner class="bg-info">
|
||||
<template v-slot:avatar>
|
||||
<q-icon name="info" />
|
||||
</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-card-section>
|
||||
Select Version
|
||||
|
||||
Reference in New Issue
Block a user