mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-10 17:05:07 +08:00
Update install_pve7.2.sh
This commit is contained in:
parent
c81ef0c937
commit
3891c363b0
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ if ! command -v wget > /dev/null 2>&1; then
|
|||
fi
|
||||
echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
|
||||
wget http://download.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
|
||||
wget http://download.proxmox.com/debian/proxmox-release-buster.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-buster.gpg
|
||||
apt-key add /etc/apt/trusted.gpg.d/proxmox-release-buster.gpg
|
||||
apt-key add /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
|
||||
apt-get update
|
||||
apt-get install debian-keyring debian-archive-keyring -y
|
||||
apt-get update
|
||||
|
|
Loading…
Reference in a new issue