install htop for testing
This commit is contained in:
parent
9aeb453743
commit
33d11a3d9b
@ -3,7 +3,7 @@
|
|||||||
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
||||||
|
|
||||||
apt-get update
|
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
|
add-apt-repository ppa:ondrej/php
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install nginx -y
|
apt-get install nginx htop -y
|
||||||
@ -3,7 +3,7 @@
|
|||||||
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
||||||
|
|
||||||
apt-get update
|
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
|
add-apt-repository ppa:ondrej/php
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install unzip php7.4-fpm nginx -y
|
apt-get install unzip php7.4-fpm nginx htop -y
|
||||||
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
||||||
apt-get update
|
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
|
echo "nameserver 10.67.3.3" > /etc/resolv.conf
|
||||||
@ -3,7 +3,7 @@
|
|||||||
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
||||||
|
|
||||||
apt-get update
|
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
|
add-apt-repository ppa:ondrej/php
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install unzip php7.4-fpm nginx -y
|
apt-get install unzip php7.4-fpm nginx htop -y
|
||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install nginx apache2-utils -y
|
apt-get install nginx apache2-utils htop -y
|
||||||
Loading…
Reference in New Issue
Block a user