更新 setup.sh

This commit is contained in:
2025-10-12 12:56:17 +02:00
parent 1a266f5d17
commit b3e4b4a1f2

View File

@@ -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