添加可选包:build-essential ffmpeg

This commit is contained in:
2025-09-24 08:04:45 +00:00
parent 68c6d19208
commit 95bb50670b

View File

@@ -38,6 +38,7 @@ for choice in $choices; do
;; ;;
4) 4)
echo "即将安装htop cbm tree tmux ufw curl wget lsof nano sudo git git-lfs 7z" echo "即将安装htop cbm tree tmux ufw curl wget lsof nano sudo git git-lfs 7z"
echo "可选: build-essential ffmpeg"
read -p "额外安装(包名): " app read -p "额外安装(包名): " app
apt update -y apt update -y
apt install -y htop cbm tree tmux ufw curl wget lsof nano sudo git git-lfs $app apt install -y htop cbm tree tmux ufw curl wget lsof nano sudo git git-lfs $app