mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 14:02:53 +08:00
更新 PVE 制作虚拟机模板
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ $ sudo apt dist-upgrade
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 安装系统软件
|
## 安装系统软件
|
||||||
$ sudo apt install qemu-guest-agent zsh git htop lm-sensors tmux cron nftables sshguard
|
$ sudo apt install qemu-guest-agent zsh git htop tmux cron nftables sshguard
|
||||||
|
|
||||||
## 安装系统自动更新工具
|
## 安装系统自动更新工具
|
||||||
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
$ sudo apt install unattended-upgrades powermgmt-base python3-gi
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
Types: deb
|
Types: deb
|
||||||
URIs: mirror+file:///etc/apt/mirrors/debian.list
|
URIs: https://mirrors.ustc.edu.cn/debian
|
||||||
Suites: bookworm bookworm-updates bookworm-backports
|
Suites: bookworm bookworm-updates bookworm-backports
|
||||||
Components: main contrib non-free non-free-firmware
|
Components: main contrib non-free non-free-firmware
|
||||||
|
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: mirror+file:///etc/apt/mirrors/debian-security.list
|
URIs: https://mirrors.ustc.edu.cn/debian-security
|
||||||
Suites: bookworm-security
|
Suites: bookworm-security
|
||||||
Components: main contrib non-free non-free-firmware
|
Components: main contrib non-free non-free-firmware
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user