From dab6f768af688e34b2c0aa8f6156c5a2d97042d5 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Fri, 5 Apr 2019 14:47:29 +0900 Subject: [PATCH] Add htop installation --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ef43048..12a019b 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,8 @@ apt-get install -y \ ca-certificates \ curl \ gnupg2 \ - software-properties-common + software-properties-common \ + htop curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - apt-key fingerprint 0EBFCD88 add-apt-repository \ @@ -27,8 +28,8 @@ git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt # Launch Install Script ./docker/install-nginx.sh ./docker/install-gitlab.sh -./docker/install-portainer.sh ./docker/install-jenkins.sh +./docker/install-portainer.sh ./docker/install-mongo.sh service nginx restart