From ea7826cf8d6bc041bded2f2774e60f0348bc2095 Mon Sep 17 00:00:00 2001 From: DevOps709 Date: Thu, 7 Aug 2025 11:35:11 +0000 Subject: [PATCH] added a script --- script.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 script.sh diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..7773a49 --- /dev/null +++ b/script.sh @@ -0,0 +1,5 @@ +#!/bin/bash +sudo apt update -y +sudo apt install -y zip unzip nginx +sudo rm -rf /var/www/html/ +sudo git clone https://github.com/DevOps709/login-page.git /var/www/html/