Pelagicore / pelux-sde

PELUX Software Development Environment
Mozilla Public License 2.0
7 stars 10 forks source link

Vagrantfile: make apt always use default answer #31

Closed sashko closed 5 years ago

sashko commented 5 years ago

Occasionally, apt-get will ask a user a question, e.g. whether should it keep old configuration file for a package or install a new default one.

Since the installation process should be fully automatic, we make it always go with the default options by emulation ENTER key press with yes tool.

Fixes #29

Signed-off-by: Oleksandr Kravchuk oleksandr.kravchuk@pelagicore.com