Package name

This commit is contained in:
Bob Mottram 2017-11-19 20:35:25 +00:00
parent 7cc56af805
commit efb2dec1c6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function install_mongodb {
fi
${PROJECT_NAME}-pass -u root -a mongodb -p "$MONGODB_PASSWORD"
apt-get -yq install mongodb mongodb-tools
apt-get -yq install mongodb mongo-tools
apt-get -yq remove --purge apache2-bin*
if [ -d /etc/apache2 ]; then
rm -rf /etc/apache2