diff --git a/bin/homestead b/bin/homestead index 8c057177e..b3f6a8111 100755 --- a/bin/homestead +++ b/bin/homestead @@ -8,7 +8,7 @@ if(is_file( __DIR__.'/../vendor/autoload.php')) { require __DIR__.'/../../../autoload.php'; } -$app = new Symfony\Component\Console\Application('Laravel Homestead', '12.6.0'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '12.6.1'); $app->add(new Laravel\Homestead\MakeCommand); $app->add(new Laravel\Homestead\WslApplyFeatures); diff --git a/scripts/homestead.rb b/scripts/homestead.rb index f6321d92c..c9afea7fe 100644 --- a/scripts/homestead.rb +++ b/scripts/homestead.rb @@ -228,7 +228,7 @@ def self.configure(config, settings) # Install opt-in features if settings.has_key?('features') - config.vm.provision "apt_update", type: "shell", inline: "apt-get update" + config.vm.provision "apt_update", type: "shell", inline: "apt-get install -y ca-certificates && apt-get update" # Ensure we have PHP versions used in sites in our features if settings.has_key?('sites')