add suport for newest proxmox in script #959

Closed
opened 2026-02-04 22:20:41 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @matieckhardt on GitHub (May 15, 2025).

📌 Task summary

refactor

📋 Task details

this line : if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then
to
if ! pveversion | grep -Eq "pve-manager/8.[1-4]"; then

thanks! your work is awesome

Originally created by @matieckhardt on GitHub (May 15, 2025). ### 📌 Task summary refactor ### 📋 Task details this line : if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then to if ! pveversion | grep -Eq "pve-manager/8.[1-4]"; then thanks! your work is awesome
Author
Owner

@michelroegl-brunner commented on GitHub (May 15, 2025):

you still use the ttek repo. Look here for the new scripts: https://community-scripts.github.io/ProxmoxVE/

@michelroegl-brunner commented on GitHub (May 15, 2025): you still use the ttek repo. Look here for the new scripts: https://community-scripts.github.io/ProxmoxVE/
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#959