3 Feb
2020
3 Feb
'20
3:59 p.m.
Looks like this was the solution I used before. Thanks to whichever person or search engine helped me with it. Sorry I don't remember. I know I didn't come up with it myself. Running this shell script worked for me today: #! /bin/sh export FIRST_RUN='true' vagrant up --no-provision vagrant ssh -c 'sudo apt-get update' vagrant ssh -c 'sudo apt-get upgrade' vagrant ssh -c 'sudo apt-get install -y build-essential linux-headers-amd64 linux-image-amd64 python-apt python-pip' vagrant halt export FIRST_RUN='false' vagrant up I hope that help, -- Owen -- Web Developer Athens County Public Libraries (740) 737-6006 https://www.myacpl.org