Feature 8839: Modified Installation script to install OSM with
[osm/devops.git] / packer / scripts / setup.sh
1 #!/bin/sh
2
3 echo "vagrant ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
4 sed -i "s/^.*requiretty/#Defaults requiretty/" /etc/sudoers
5 echo 'APT::Periodic::Enable "0";' >> /etc/apt/apt.conf.d/10periodic