From ec51d2d84e0ceac1c966faf123e629a8f6b56ecf Mon Sep 17 00:00:00 2001 From: sadnub Date: Tue, 1 Feb 2022 22:14:19 -0500 Subject: [PATCH] change community script link to new repo --- src/composables/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/scripts.js b/src/composables/scripts.js index a26a6f0..3196328 100644 --- a/src/composables/scripts.js +++ b/src/composables/scripts.js @@ -11,7 +11,7 @@ export function useScriptDropdown(setScript = null, { onMount = false } = {}) { const script = ref(setScript) const syntax = ref("") const link = ref("") - const baseUrl = "https://github.com/wh1te909/tacticalrmm/blob/master/scripts/" + const baseUrl = "https://github.com/amidaware/community-scripts/blob/main/scripts/" // specifing flat returns an array of script names versus {value:id, label: hostname} async function getScriptOptions(showCommunityScripts = false, flat = false) {