diff --git a/tools/pve/post-pve-install.sh b/tools/pve/post-pve-install.sh index cee5994cfd..b93251aa43 100644 --- a/tools/pve/post-pve-install.sh +++ b/tools/pve/post-pve-install.sh @@ -480,24 +480,24 @@ EOF fi # ---- PVETEST ---- - if component_exists_in_sources "pvetest"; then - msg_ok "'pvetest' repository already exists (skipped)" + if component_exists_in_sources "pve-test"; then + msg_ok "'pve-test' repository already exists (skipped)" else CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "PVETEST" \ - --menu "The 'pvetest' repository can give advanced users access to new features and updates before they are officially released.\n\nAdd (Disabled) 'pvetest' repository (deb822)?" 14 58 2 \ + --menu "The 'pve-test' repository can give advanced users access to new features and updates before they are officially released.\n\nAdd (Disabled) 'pvetest' repository (deb822)?" 14 58 2 \ "yes" " " \ "no" " " 3>&2 2>&1 1>&3) case $CHOICE in yes) - msg_info "Adding 'pvetest' repository (deb822, disabled)" - cat >/etc/apt/sources.list.d/pvetest.sources </etc/apt/sources.list.d/pve-test.sources <