This commit is contained in:
MacRimi
2025-03-03 17:52:56 +01:00
parent c57a46403e
commit dad0d30957
3 changed files with 31 additions and 12 deletions

View File

@@ -326,10 +326,6 @@ sudo timedatectl set-timezone "$TIMEZONE"
<strong>Added:</strong> Free public Proxmox repository (pve-public-repo.list) - This provides access to free
Proxmox VE updates and packages.
</li>
<li>
<strong>Added:</strong> Proxmox testing repository (pve-testing-repo.list) - This repository contains the
latest, potentially unstable updates for testing purposes.
</li>
<li>
<strong>Configured:</strong> Main Debian repositories - These provide access to the core Debian packages and
security updates.
@@ -351,8 +347,6 @@ fi
# Enable free public Proxmox repository
echo "deb http://download.proxmox.com/debian/pve $(lsb_release -cs) pve-no-subscription" | sudo tee /etc/apt/sources.list.d/pve-public-repo.list
# Enable Proxmox testing repository
echo "deb http://download.proxmox.com/debian/pve $(lsb_release -cs) pvetest" | sudo tee /etc/apt/sources.list.d/pve-testing-repo.list
# Configure main Debian repositories
cat <<EOF | sudo tee /etc/apt/sources.list