Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konstantinvlasenko/b35869814fbe772dfe049690bb7e5907 to your computer and use it in GitHub Desktop.
Save konstantinvlasenko/b35869814fbe772dfe049690bb7e5907 to your computer and use it in GitHub Desktop.
<powershell>
New-Item c:\temp -Type directory
Invoke-WebRequest https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v3.1/windows/pgadmin4-3.1-x86.exe -OutFile c:\temp\pgadmin4-3.1-x86.exe
Start-Process C:\temp\pgadmin4-3.1-x86.exe -ArgumentList '/silent'
</powershell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment