You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/build.func
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ pve_check() {
99
99
if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then
100
100
msg_error "This version of Proxmox Virtual Environment is not supported"
101
101
echo -e "Requires Proxmox Virtual Environment Version 8.1 or later."
102
-
if whiptail --backtitle "Proxmox VE Helper Scripts" --defaultno --title "UNSUPPORTED VERSION DETECTED" --yesno "This version of PVE is not supported. Running an installation script on unsupported PVE version might not work. Proceed using with installation anyway?" 10 72; then
102
+
if whiptail --backtitle "Proxmox VE Helper Scripts" --defaultno --title "UNSUPPORTED VERSION DETECTED" --yesno "This version of PVE is not supported. Running an installation script on unsupported PVE version might not work. Proceed with installation anyway?" 10 72; then
103
103
echo -e "\nProceeding with installation on unsupported PVE version..."
0 commit comments