This commit is contained in:
Opportunity
2020-05-24 00:59:25 +08:00
Unverified
parent 77cd51991f
commit 2feaa3232f
12 changed files with 123 additions and 62 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import * as os from 'os';
import * as path from 'path';
import * as semver from 'semver';
import * as git from './git';
import { Version } from './versions';
import { Version } from './interfaces';
export async function unixInstall(version: Version): Promise<void> {
const ver = version.version;