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 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/