Modify both eg_wheezy_installer.sh and eg_jessie_installer.sh to
install lsb-release. It is now required on wheezy to install
PostgreSQL 9.4.
For some reason, this package is missing on the wheezy vm image.
I added it to the jessie installer also, just in case.
Signed-off-by: Jason Stephenson <jason@sigio.com>
# Install some essential tools
apt-get update \
&& apt-get -yq dist-upgrade \
- && apt-get -yq install build-essential automake git psmisc ntp rsyslog;
+ && apt-get -yq install build-essential automake git psmisc ntp rsyslog lsb-release;
echo Return Value = $?
if [ $LIVETEST ]; then
# Install some essential tools
apt-get update \
&& apt-get -yq dist-upgrade \
- && apt-get -yq install build-essential automake git psmisc ntp rsyslog;
+ && apt-get -yq install build-essential automake git psmisc ntp rsyslog lsb-release;
echo Return Value = $?
if [ $LIVETEST ]; then