[vagrant-up] -y option in inline shell

2018-02-21 Thread hd hsd
I have this on my vagrantfile.I have configured it to install software I needed. config.vm.provision "shell", inline: <<-SHELL cd /vagrant chmod +x install.sh sudo ./install.sh SHELL *install.sh* *sudo apt-get -y update* why I can't use -y option. I always got this error

Re: [vagrant-up] -y option in inline shell

2018-02-22 Thread hd hsd
requirements.txt echo "One last time: don't forget to set up AWS credentials in ~/.aws/!" # install namp sudo apt-get install nmap On Thursday, February 22, 2018 at 7:24:43 PM UTC+8, Alvaro Miranda Aguilera wrote: > > because is in the wrong place. > > > not a