From b3e4b4a1f21abe67ec905e7e8a8581229a3578f8 Mon Sep 17 00:00:00 2001 From: adminroot Date: Sun, 12 Oct 2025 12:56:17 +0200 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setup.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index c9910e7..82bb1de 100644 --- a/setup.sh +++ b/setup.sh @@ -39,6 +39,7 @@ for choice in $choices; do 4) echo "即将安装htop cbm tree tmux ufw curl wget lsof nano sudo git git-lfs 7z" echo "可选: build-essential ffmpeg" + echo "可选安装: build-essential ffmpeg" read -p "额外安装(包名): " app apt update -y apt install -y htop cbm tree tmux ufw curl wget lsof nano sudo git git-lfs $app