Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Zigbee2MQTT LXC installation error #299

Answered by tteck
donnyyu asked this question in Q&A
Discussion options

You must be logged in to vote

Line 68 in https://github.com/tteck/Proxmox/blob/main/ct/zigbee2mqtt-v3.sh

function PVE_CHECK() {
    PVE=$(pveversion | grep "pve-manager/7" | wc -l)

    if [[ $PVE != 1 ]]; then
        echo -e "${RD}This script requires Proxmox Virtual Environment 7.0 or greater${CL}"
        echo -e "Exiting..."
        sleep 2
        exit
    fi
}

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tteck
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants