Update repo.md

This commit is contained in:
jiangcuo 2023-07-27 15:44:05 +08:00 committed by GitHub
parent 68d6b7eb8b
commit 3b06fbb22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,10 @@ Asia: https://mirrors.apqa.cn //no cdn
### key
https://global.mirrors.apqa.cn/proxmox/debian/pveport.gpg
```bash
curl https://mirrors.apqa.cn/proxmox/debian/pveport.gpg -o /etc/apt/trusted.gpg.d/pveport.gpg
```
### pve repo
@ -59,58 +63,5 @@ pve8
```bash
deb https:global.mirrors.apqa.cn/proxmox/debian/devel bookworm port
```
```
### key
https://global.mirrors.apqa.cn/proxmox/debian/pveport.gpg
### pve repo
pve7
```bash
deb https://global.mirrors.apqa.cn/proxmox/debian/pve bullseye port
```
pve8
```bash
deb https://global.mirrors.apqa.cn/proxmox/debian/pve bookworm port
```
loong64 sid only
```bash
deb https://global.mirrors.apqa.cn/proxmox/debian/pve sid port
```
### pbs repo
pve7
```bash
deb https://global.mirrors.apqa.cn/proxmox/debian/pbs bullseye port
```
pve8
```bash
deb https://global.mirrors.apqa.cn/proxmox/debian/pbs bookworm port
```
### devel
pve7
```bash
deb https://global.mirrors.apqa.cn/proxmox/debian/devel bullseye port
```
pve8
```bash
deb https://global.mirrors.apqa.cn/proxmox/debian/devel bookworm port
```