diff --git a/scripts/homestead.rb b/scripts/homestead.rb index 1fd98ecaf..5868e7fce 100644 --- a/scripts/homestead.rb +++ b/scripts/homestead.rb @@ -270,7 +270,7 @@ def self.configure(config, settings) end end - config.vm.provision "apt_update", type: "shell", inline: "apt-get update" + config.vm.provision "apt_update", type: "shell", inline: "apt-get --allow-releaseinfo-change update" # Ensure we have PHP versions used in sites in our features if settings.has_key?('sites')