From ede9008223f41f8989a6267c5afe9dfa9b9000c9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Nov 2025 22:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ubuntu22-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu22-build.sh b/ubuntu22-build.sh index 42ccdf3..d5dcf0e 100644 --- a/ubuntu22-build.sh +++ b/ubuntu22-build.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash set -e -REPO="http://121.37.111.42:3000/ThbTech/eletron-test.git" -if [ -n "$GIT_USER" ] && [ -n "$GIT_PASS" ]; then REPO="http://$GIT_USER:$GIT_PASS@121.37.111.42:3000/ThbTech/eletron-test.git"; fi -TARGET_DIR="${TARGET_DIR:-$HOME/eletron-test}" +REPO="http://121.37.111.42:3000/ThbTech/electron-test.git" +if [ -n "$GIT_USER" ] && [ -n "$GIT_PASS" ]; then REPO="http://$GIT_USER:$GIT_PASS@121.37.111.42:3000/ThbTech/electron-test.git"; fi +TARGET_DIR="${TARGET_DIR:-$HOME/electron-test}" BRANCH="${BRANCH:-main}" export ELECTRON_MIRROR="${ELECTRON_MIRROR:-https://npmmirror.com/mirrors/electron/}" sudo apt update