Skip to content

andreich1980/homestead-after

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homestead After

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