update installer

This commit is contained in:
wh1te909
2022-06-23 05:25:55 +00:00
parent 4feed0c65c
commit ac1246c81c
2 changed files with 6 additions and 5 deletions

View File

@@ -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;
}

View File

@@ -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