From 95bb50670b446a4526aa2809503f4acde6e14313 Mon Sep 17 00:00:00 2001 From: adminroot Date: Wed, 24 Sep 2025 08:04:45 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=AF=E9=80=89=E5=8C=85?= =?UTF-8?q?=EF=BC=9Abuild-essential=20ffmpeg?= 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 42ebea8..f47f257 100644 --- a/setup.sh +++ b/setup.sh @@ -38,6 +38,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" read -p "额外安装(包名): " app apt update -y apt install -y htop cbm tree tmux ufw curl wget lsof nano sudo git git-lfs $app