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