Commit bbec35f 1 parent 444215f commit bbec35f Copy full SHA for bbec35f
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ display_name = "metasploit-framework"
6
6
Vagrant . configure ( 2 ) do |config |
7
7
config . ssh . forward_x11 = true
8
8
config . vm . box = "hashicorp/bionic64" # https://app.vagrantup.com/hashicorp/boxes/bionic64
9
- #config.gui = true # uncomment to show VM in your hypervisor's GUI
10
9
config . vm . network :forwarded_port , guest : 4444 , host : 4444
11
10
config . vm . provider "vmware_desktop" do |v |
12
11
v . memory = 2048
13
12
v . cpus = 2
14
13
v . vmx [ 'displayname' ] = display_name
14
+ #v.gui = true # uncomment to show VM in your hypervisor's GUI
15
15
end
16
16
config . vm . provider "virtualbox" do |v |
17
17
v . name = display_name
18
18
v . memory = 2048
19
19
v . cpus = 2
20
+ #v.gui = true # uncomment to show VM in your hypervisor's GUI
20
21
end
21
22
%w( .vimrc .gitconfig ) . each do |f |
22
23
local = File . expand_path "~/#{ f } "
You can’t perform that action at this time.
0 commit comments