Skip to content

Commit 2e13483

Browse files
authored
Post-Install, change pve-test for trixie (#7031)
* Postinstall, Change pve-test * MSG improved
1 parent c7643ae commit 2e13483

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/pve/post-pve-install.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -480,24 +480,24 @@ EOF
480480
fi
481481

482482
# ---- PVETEST ----
483-
if component_exists_in_sources "pvetest"; then
484-
msg_ok "'pvetest' repository already exists (skipped)"
483+
if component_exists_in_sources "pve-test"; then
484+
msg_ok "'pve-test' repository already exists (skipped)"
485485
else
486486
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "PVETEST" \
487-
--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 \
487+
--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 \
488488
"yes" " " \
489489
"no" " " 3>&2 2>&1 1>&3)
490490
case $CHOICE in
491491
yes)
492-
msg_info "Adding 'pvetest' repository (deb822, disabled)"
493-
cat >/etc/apt/sources.list.d/pvetest.sources <<EOF
492+
msg_info "Adding 'pve-test' repository (deb822, disabled)"
493+
cat >/etc/apt/sources.list.d/pve-test.sources <<EOF
494494
# Types: deb
495495
# URIs: http://download.proxmox.com/debian/pve
496496
# Suites: trixie
497-
# Components: pvetest
497+
# Components: pve-test
498498
# Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
499499
EOF
500-
msg_ok "Added 'pvetest' repository"
500+
msg_ok "Added 'pve-test' repository"
501501
;;
502502
no) msg_error "Selected no to Adding 'pvetest' repository" ;;
503503
esac

0 commit comments

Comments
 (0)