From 6c70c00fa26ee3fcfbe1ec8671a77ee97b9763ee Mon Sep 17 00:00:00 2001 From: bin456789 Date: Tue, 15 Oct 2024 00:30:32 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E5=AE=89=E8=A3=85=E5=87=BA=E9=94=99?= =?UTF-8?q?=E6=97=B6=E5=8F=AF=E4=BB=A5=E5=88=87=E6=8D=A2=E6=88=90=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20alpine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trans.sh b/trans.sh index 616092e..fcc3645 100644 --- a/trans.sh +++ b/trans.sh @@ -4658,6 +4658,9 @@ if [ "$1" = "update" ]; then wget -O /trans.sh "$confhome/trans.sh" chmod +x /trans.sh exec /trans.sh +elif [ "$1" = "alpine" ]; then + info 'switch to alpine' + distro=alpine fi # 无参数运行部分