瀏覽代碼

Update pve8-upgrade.sh

tweak
tteckster 2 年之前
父節點
當前提交
5cad663da2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/pve8-upgrade.sh

+ 1 - 1
misc/pve8-upgrade.sh

@@ -115,7 +115,7 @@ EOF
     ;;
   esac
 
-  CHOICE=$(whiptail --title "PVE8 TEST" --menu "The 'pvetest' repository can give advanced users access to new features and updates before they are officially released.\n \nAdd 'pvetest' repository?" 14 58 2 \
+  CHOICE=$(whiptail --title "PVE8 TEST" --menu "The 'pvetest' repository can give advanced users access to new features and updates before they are officially released.\n \nAdd (Disabled) 'pvetest' repository?" 14 58 2 \
     "yes" " " \
     "no" " " 3>&2 2>&1 1>&3)
   case $CHOICE in