fix keyring
This commit is contained in:
parent
a63f34f6ba
commit
47922626dd
@ -9,7 +9,9 @@ WORKDIR="$(mktemp -d)"
|
|||||||
trap 'rm -rf "$WORKDIR"' EXIT
|
trap 'rm -rf "$WORKDIR"' EXIT
|
||||||
|
|
||||||
echo "[fetch] Configuring Proxmox no-subscription repo ($SUITE)..."
|
echo "[fetch] Configuring Proxmox no-subscription repo ($SUITE)..."
|
||||||
echo "deb [trusted=yes] http://download.proxmox.com/debian/pve $SUITE pve-no-subscription" \
|
sudo wget -q "https://enterprise.proxmox.com/debian/proxmox-archive-keyring-${SUITE}.gpg" \
|
||||||
|
-O /usr/share/keyrings/proxmox-archive-keyring.gpg
|
||||||
|
echo "deb [signed-by=/usr/share/keyrings/proxmox-archive-keyring.gpg] http://download.proxmox.com/debian/pve $SUITE pve-no-subscription" \
|
||||||
| sudo tee /etc/apt/sources.list.d/pve-test.list >/dev/null
|
| sudo tee /etc/apt/sources.list.d/pve-test.list >/dev/null
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user