Skip to content

prietopa/chocolatery_install_proxy_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

chocolatery_install_proxy_config

custom script from original to add proxy authentication.

NOTE:

###1.- Download my custom script to c:\install.ps1. and change:

  • PROXYSERVER:PORT (line 38)
  • USER (line 39)
  • PASS (line 40)

Put your proxy configuration instead.

###2.- Configure PowerShell, add to console in PowerShell:

  • [Environment]::SetEnvironmentVariable("http_proxy", "USER:PASS@PROXYHOST:PORT","Machine")
  • [Environment]::SetEnvironmentVariable("https_proxy", "USER:PASS@PROXYHOST:PORT","Machine")

Put your proxy configuration instead.

###3.- Open PowerShell (Programs/accessories/PowerShell) and go to c:\

./install.ps1

###4.- May be you must accept execute not signed scripts.

set-executionpolicy remotesigned

###5.- Restart

###6.- Start to install

choco install atom

About

custom script from original to add proxy authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published