cp /etc/apt/sources.list /etc/apt/sources.list.bak
cat > /etc/apt/sources.list <<EOF # Debian 13 "Trixie" - HUST Mirror deb https://mirrors.hust.edu.cn/debian/ trixie main contrib non-free non-free-firmware deb https://mirrors.hust.edu.cn/debian/ trixie-updates main contrib non-free non-free-firmware deb https://mirrors.hust.edu.cn/debian-security/ trixie-security main contrib non-free non-free-firmware EOF
apt update
apt install open-vm-tools open-vm-tools-desktop
|