Copy after.sh
from the repo to ~/Homestead/
Edit ~/Homestead/Vagrant
file: set privileged
to true
if File.exist? afterScriptPath then
config.vm.provision "shell", path: afterScriptPath, privileged: true, keep_color: true
end
Run vagrant provision