Chocolatey

From HackerNet
Revision as of 11: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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