Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Update install.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko713 authored Jan 25, 2019
1 parent 6b22008 commit 6faf095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function configureUnixInstall() : Promise<any> {
async function installWithPowershell() {
const helperPath = joinHelperPath()
const script = `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex (iwr https://github.com/netlify/netlify-credential-helper/raw/master/resources/install.ps1)`
iex (iwr -UseBasicParsing -Uri https://github.com/netlify/netlify-credential-helper/raw/master/resources/install.ps1)`

const temp = fs.mkdtempSync(path.join(os.tmpdir(), 'netlify-'))
const scriptPath = path.join(temp, 'install.ps1')
Expand Down

0 comments on commit 6faf095

Please sign in to comment.