su -l -c "cd ${BUILDDIR} && git fetch origin && git checkout ${BRANCH} && git pull" ${DEFAULT_USER}
# as root
+echo "need a placeholder apache2.conf, installing from config repo..."
+if [ -f '/etc/apache2/apache2.conf' ]
+then
+ mv /etc/apache2/apache2.conf /etc/apache2/apache2.conf.bak
+fi
+cp ${SITKACONF}/files/etc/apache2/apache2.conf/${HOSTNAME} /etc/apache2/apache2.conf
+
+# as root
echo "Installing OpenSRF prerequisites for Ubuntu..."
cd ${BUILDDIR} && make -f src/extras/Makefile.install ubuntu-trusty