Browse Source

Update pve8-post-install.sh

tweak
tteckster 2 years ago
parent
commit
b9c564c01d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/pve8-post-install.sh

+ 1 - 1
misc/pve8-post-install.sh

@@ -121,7 +121,7 @@ EOF
   case $CHOICE in
   yes)
     msg_info "Adding 'pvetest' repository and set disabled"
-    cat <<EOF >/etc/apt/sources.list.d/pve-test-repo.list
+    cat <<EOF >/etc/apt/sources.list.d/pvetest-for-beta.list
 # deb http://download.proxmox.com/debian/pve bookworm pvetest
 EOF
     msg_ok "Added 'pvetest' repository"