From 34246d5a4a5da89609ddaaa45d019af227d0e707 Mon Sep 17 00:00:00 2001 From: MalwareMechanic Date: Tue, 20 Nov 2018 08:33:08 -0500 Subject: [PATCH] Removed LocalRepo from BoxStarter sources. Closes #160. --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index 928ae3e..6ff5d7f 100755 --- a/install.ps1 +++ b/install.ps1 @@ -105,7 +105,7 @@ if ( -Not $rc ) { $Boxstarter.RebootOk=$true # Allow reboots? $Boxstarter.NoPassword=$false # Is this a machine with no login password? $Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot -Set-BoxstarterConfig -NugetSources "https://www.myget.org/F/flare/api/v2;https://chocolatey.org/api/v2" -LocalRepo "." +Set-BoxstarterConfig -NugetSources "https://www.myget.org/F/flare/api/v2;https://chocolatey.org/api/v2" # Go ahead and disable the Windows Updates Disable-MicrosoftUpdate