fix: harden intranet CUPS setup

This commit is contained in:
2026-06-09 14:47:36 +08:00
parent 0878c71b5a
commit 2a688d2514
7 changed files with 158 additions and 112 deletions

View File

@@ -32,7 +32,7 @@ https://mirrors.aliyun.com/debian-cd/current/amd64/iso-dvd/debian-12.8.0-amd64-D
sudo dd if=debian-12.8.0-amd64-DVD-1.iso of=/dev/sdX bs=4M status=progress
sync
```
注意sdX 替<EFBFBD><EFBFBD>为你的U盘设备名)
注意sdX 替为你的 U 盘设备名)
---
@@ -293,7 +293,7 @@ apt update && apt upgrade -y
**方法一:使用一键脚本(推荐)**
```bash
apt install -y wget
wget -O setup_cups.sh https://gitee.com/yu-yon/S905L3A/raw/master/setup_cups.sh
wget -O setup_cups.sh https://git.workyai.cn/237899745/S905L3A/raw/branch/master/setup_cups.sh
chmod +x setup_cups.sh
./setup_cups.sh
```