From afbbd709a8d98a9bc4c87cb901d698423328a9db Mon Sep 17 00:00:00 2001 From: lqs <441785369@qq.com> Date: Tue, 4 Mar 2025 19:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=201.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/1.sh b/1.sh index e69de29..7fcb4d1 100644 --- a/1.sh +++ b/1.sh @@ -0,0 +1,5 @@ +#!/bin/bash +sudo apt update -y +sudo apt install -y tar nginx +sudo mkdir -p /etc/nginx/ssl +sudo bash install.sh install --local ./nginx-ui-linux-64.tar.gz \ No newline at end of file