change community script link to new repo

This commit is contained in:
sadnub
2022-02-01 22:14:19 -05:00
parent a4c5be8c64
commit ec51d2d84e

View File

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