Package name
This commit is contained in:
parent
7cc56af805
commit
efb2dec1c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue