Chocolatey
From HackerNet
Revision as of 10:30, 3 August 2015 by Helikopter (talk | contribs) (Created page with "Chocolatey är en pakethanterare för Windows, som apt-get och yum. ==Installation== Kör powershell som admin. iex ((new-object net.webclient).DownloadString('https://choco...")
Chocolatey är en pakethanterare för Windows, som apt-get och yum.
Installation
Kör powershell som admin.
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
Exempel
Kör som admin
choco install git 7zip vlc firefox -y