Skip to content

Commit 12d489e

Browse files
authored
Update 2020-11-28-first-11-things-proxmox.md (#84)
added beta update repo if using Proxmox v7 to sources.list
1 parent c6d2e5a commit 12d489e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

_posts/2020-11-28-first-11-things-proxmox.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ After setting up my Proxmox servers, there are a few thigns I do before I use th
1717
## Updates
1818
Edit `/etc/apt/sources.list`
1919

20+
### Proxmox Version 6.X
2021
```
2122
deb http://ftp.us.debian.org/debian buster main contrib
2223
@@ -29,6 +30,20 @@ deb http://security.debian.org buster/updates main contrib
2930
deb http://download.proxmox.com/debian buster pve-no-subscription
3031
```
3132

33+
### Proxmox Version 7.X
34+
```
35+
deb http://ftp.debian.org/debian bullseye main contrib
36+
37+
deb http://ftp.debian.org/debian bullseye-updates main contrib
38+
39+
# security updates
40+
deb http://security.debian.org/debian-security bullseye-security main contrib
41+
42+
# PVE pve-no-subscription repository provided by proxmox.com,
43+
# NOT recommended for production use
44+
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
45+
```
46+
3247

3348
Edit `/etc/apt/sources.list.d/pve-enterprise.list`
3449

@@ -180,4 +195,4 @@ sudo dpkg-reconfigure openssh-server
180195
```
181196

182197

183-
reboot
198+
reboot

0 commit comments

Comments
 (0)