mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Updated DEFAULT_DOWNLOAD_URL_TEMPLATE to also point at the void binaries repo
This commit is contained in:
parent
103dd68b3c
commit
eceaa6a59b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export class ServerInstallError extends Error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const DEFAULT_DOWNLOAD_URL_TEMPLATE = 'https://github.com/codestoryai/binaries/releases/download/${version}.${release}/void-reh-${os}-${arch}-${version}.${release}.tar.gz';
|
const DEFAULT_DOWNLOAD_URL_TEMPLATE = 'https://github.com/voideditor/binaries/releases/download/${version}.${release}/void-reh-${os}-${arch}-${version}.${release}.tar.gz';
|
||||||
|
|
||||||
export async function installCodeServer(wslManager: WSLManager, distroName: string, serverDownloadUrlTemplate: string | undefined, extensionIds: string[], envVariables: string[], logger: Log): Promise<ServerInstallResult> {
|
export async function installCodeServer(wslManager: WSLManager, distroName: string, serverDownloadUrlTemplate: string | undefined, extensionIds: string[], envVariables: string[], logger: Log): Promise<ServerInstallResult> {
|
||||||
const scriptId = crypto.randomBytes(12).toString('hex');
|
const scriptId = crypto.randomBytes(12).toString('hex');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue