From ccc9c646ae3205cdee58347ed3389912f48b5716 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Thu, 20 Aug 2015 22:44:05 +0200 Subject: [PATCH] add speedcrunch to install script --- scripts/install-basic-software.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-basic-software.ps1 b/scripts/install-basic-software.ps1 index b517dc6..4a8cdb7 100644 --- a/scripts/install-basic-software.ps1 +++ b/scripts/install-basic-software.ps1 @@ -20,6 +20,8 @@ $packages = @( #"putty" #"python" #"qbittorrent" + #"speedcrunch" + #"sysinternals" #"thunderbird" #"vlc" #"windirstat"