Skip to content

Commit

Permalink
Removed LocalRepo from BoxStarter sources. Closes #160.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalwareMechanic committed Nov 20, 2018
1 parent 4741027 commit 34246d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Expand Up @@ -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
Expand Down

0 comments on commit 34246d5

Please sign in to comment.