From 33d9a8dee749254dee8e14425821e437e2f35b6e Mon Sep 17 00:00:00 2001 From: yuyx <237899745@qq.com> Date: Sun, 30 Nov 2025 22:48:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0PDF=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=9C=BA=E6=AD=A5=E9=AA=A4=E5=88=B0=E5=AE=89=E8=A3=85=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- setup_cups.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup_cups.sh b/setup_cups.sh index 7b1acb9..476e88e 100755 --- a/setup_cups.sh +++ b/setup_cups.sh @@ -759,6 +759,8 @@ main() { echo " $step. 将当前用户添加到 lpadmin 组" ((step++)) echo " $step. 启动并设置开机自启" + ((step++)) + echo " $step. 安装虚拟 PDF 打印机(测试用)" echo "" read -p "是否继续? [Y/n]: " confirm < /dev/tty confirm=${confirm:-Y}