Add htop installation
This commit is contained in:
parent
1dcec2ad48
commit
dab6f768af
@ -8,7 +8,8 @@ apt-get install -y \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
software-properties-common
|
software-properties-common \
|
||||||
|
htop
|
||||||
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
|
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
|
||||||
apt-key fingerprint 0EBFCD88
|
apt-key fingerprint 0EBFCD88
|
||||||
add-apt-repository \
|
add-apt-repository \
|
||||||
@ -27,8 +28,8 @@ git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
|
|||||||
# Launch Install Script
|
# Launch Install Script
|
||||||
./docker/install-nginx.sh
|
./docker/install-nginx.sh
|
||||||
./docker/install-gitlab.sh
|
./docker/install-gitlab.sh
|
||||||
./docker/install-portainer.sh
|
|
||||||
./docker/install-jenkins.sh
|
./docker/install-jenkins.sh
|
||||||
|
./docker/install-portainer.sh
|
||||||
./docker/install-mongo.sh
|
./docker/install-mongo.sh
|
||||||
|
|
||||||
service nginx restart
|
service nginx restart
|
||||||
|
Loading…
Reference in New Issue
Block a user