From 33d11a3d9bc744f13ef973110614d452c0c0f81d Mon Sep 17 00:00:00 2001 From: Keanu Taufan Date: Thu, 24 Oct 2024 21:49:00 +0700 Subject: [PATCH] install htop for testing --- ChoChang/setup.sh | 2 +- Dementor/setup.sh | 2 +- FiliusFlitwick/setup.sh | 2 +- HarryPotter/setup.sh | 2 +- HermioneGranger/setup.sh | 2 +- LunaLovegood/setup.sh | 2 +- RonWeasley/setup.sh | 2 +- Voldemort/setup.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChoChang/setup.sh b/ChoChang/setup.sh index c125cdb..48143aa 100644 --- a/ChoChang/setup.sh +++ b/ChoChang/setup.sh @@ -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 diff --git a/Dementor/setup.sh b/Dementor/setup.sh index 7fe458a..73102f4 100644 --- a/Dementor/setup.sh +++ b/Dementor/setup.sh @@ -2,4 +2,4 @@ echo "nameserver 192.168.122.1" > /etc/resolv.conf apt-get update -apt-get install nginx -y \ No newline at end of file +apt-get install nginx htop -y \ No newline at end of file diff --git a/FiliusFlitwick/setup.sh b/FiliusFlitwick/setup.sh index 69b4833..531d262 100644 --- a/FiliusFlitwick/setup.sh +++ b/FiliusFlitwick/setup.sh @@ -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 diff --git a/HarryPotter/setup.sh b/HarryPotter/setup.sh index abf6f68..67829b9 100644 --- a/HarryPotter/setup.sh +++ b/HarryPotter/setup.sh @@ -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 \ No newline at end of file +apt-get install unzip php7.4-fpm nginx htop -y \ No newline at end of file diff --git a/HermioneGranger/setup.sh b/HermioneGranger/setup.sh index 5e5df80..3f50fb3 100644 --- a/HermioneGranger/setup.sh +++ b/HermioneGranger/setup.sh @@ -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 \ No newline at end of file diff --git a/LunaLovegood/setup.sh b/LunaLovegood/setup.sh index 69b4833..531d262 100644 --- a/LunaLovegood/setup.sh +++ b/LunaLovegood/setup.sh @@ -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 diff --git a/RonWeasley/setup.sh b/RonWeasley/setup.sh index abf6f68..67829b9 100644 --- a/RonWeasley/setup.sh +++ b/RonWeasley/setup.sh @@ -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 \ No newline at end of file +apt-get install unzip php7.4-fpm nginx htop -y \ No newline at end of file diff --git a/Voldemort/setup.sh b/Voldemort/setup.sh index 3edb07f..b4dab84 100644 --- a/Voldemort/setup.sh +++ b/Voldemort/setup.sh @@ -2,4 +2,4 @@ echo "nameserver 192.168.122.1" > /etc/resolv.conf apt-get update -apt-get install nginx apache2-utils -y \ No newline at end of file +apt-get install nginx apache2-utils htop -y \ No newline at end of file