Add htop installation
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user