Skip to content

Commit e9bae5a

Browse files
committed
Added Nano install command for vagrant file
1 parent ed18abc commit e9bae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/centos-7/virtualbox/amd64/server/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Vagrant.configure("2") do |config|
8888
systemctl stop postfix.service
8989
systemctl disable postfix.service
9090
yum update -y
91-
yum install -y wget vim net-tools initscripts gcc make tar bind-utils nc git unzip sysstat tree
91+
yum install -y wget vim nano net-tools initscripts gcc make tar bind-utils nc git unzip sysstat tree
9292
SHELL
9393

9494
# Define multiple virtual machines.

0 commit comments

Comments
 (0)