From efb2dec1c66a43c7030528b3e943768f83feee99 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 19 Nov 2017 20:35:25 +0000 Subject: [PATCH] Package name --- src/freedombone-utils-mongodb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-utils-mongodb b/src/freedombone-utils-mongodb index 7ef83a25..45ac116a 100755 --- a/src/freedombone-utils-mongodb +++ b/src/freedombone-utils-mongodb @@ -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