From c0c216df606464501f93315d983637d509e31f79 Mon Sep 17 00:00:00 2001 From: nianhua Date: Thu, 30 May 2024 01:45:14 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index ce62604..f7eb1a5 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,6 @@ #!/bin/bash +sudo apt update -y +apt install -y git # 创建3rdparty目录 mkdir -p 3rdparty