fix: harden intranet CUPS setup
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user