install htop for testing

This commit is contained in:
Keanu Taufan 2024-10-24 21:49:00 +07:00
parent 9aeb453743
commit 33d11a3d9b
No known key found for this signature in database
GPG Key ID: 1952D665A3A51BE0
8 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install software-properties-common mariadb-client -y
apt-get install software-properties-common mariadb-client htop -y
add-apt-repository ppa:ondrej/php
apt-get update

View File

@ -2,4 +2,4 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install nginx -y
apt-get install nginx htop -y

View File

@ -3,7 +3,7 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install software-properties-common mariadb-client -y
apt-get install software-properties-common mariadb-client htop -y
add-apt-repository ppa:ondrej/php
apt-get update

View File

@ -2,4 +2,4 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install unzip php7.4-fpm nginx -y
apt-get install unzip php7.4-fpm nginx htop -y

View File

@ -2,6 +2,6 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install unzip php7.4-fpm nginx -y
apt-get install unzip php7.4-fpm nginx htop -y
echo "nameserver 10.67.3.3" > /etc/resolv.conf

View File

@ -3,7 +3,7 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install software-properties-common mariadb-client -y
apt-get install software-properties-common mariadb-client htop -y
add-apt-repository ppa:ondrej/php
apt-get update

View File

@ -2,4 +2,4 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install unzip php7.4-fpm nginx -y
apt-get install unzip php7.4-fpm nginx htop -y

View File

@ -2,4 +2,4 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install nginx apache2-utils -y
apt-get install nginx apache2-utils htop -y