浏览代码

:memo: Add Proxmox 7 specific command

DricomDragon 1 年之前
父节点
当前提交
ff9ef4bb3c
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      Guides/proxmox.md

+ 14 - 0
Guides/proxmox.md

@@ -21,6 +21,8 @@ ff02::2	ip6-allrouters
 ```
 
 Install requirements :
+
+For Proxmox 6 :
 ```
 sudo su
 cd
@@ -30,6 +32,18 @@ chmod +r /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
 apt update && apt full-upgrade
 ```
 
+For Proxmox 7 :
+```
+sudo su
+cd
+echo "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
+wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
+sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
+7fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa  /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
+chmod +r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
+apt update && apt full-upgrade
+```
+
 Choose _keep the locale version_ of GRUB if asked.
 
 Install Proxmox VE :