Adding install to Vagrantfile
This commit is contained in:
		
							
								
								
									
										4
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							@@ -66,6 +66,8 @@ Vagrant.configure("2") do |config|
 | 
				
			|||||||
  # documentation for more information about their specific syntax and use.
 | 
					  # documentation for more information about their specific syntax and use.
 | 
				
			||||||
  config.vm.provision "shell", inline: <<-SHELL
 | 
					  config.vm.provision "shell", inline: <<-SHELL
 | 
				
			||||||
     apt-get update
 | 
					     apt-get update
 | 
				
			||||||
     /vagrant/scripts/bootstrap.sh 
 | 
					     cd /vagrant
 | 
				
			||||||
 | 
					     . ./scripts/bootstrap.sh 
 | 
				
			||||||
 | 
					     . ./scripts/install.sh
 | 
				
			||||||
  SHELL
 | 
					  SHELL
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user