remove os check & update default var

This commit is contained in:
Mips2648
2025-06-09 08:00:19 +02:00
parent 44d6958fe8
commit 5d7855ae05
2 changed files with 8 additions and 19 deletions

View File

@@ -5,6 +5,7 @@
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://jeedom.com/
# Import Functions und Setup
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
verb_ip6
@@ -24,13 +25,6 @@ $STD apt-get install -y \
git
msg_ok "Dependencies installed"
msg_info "Checking OS version"
if ! lsb_release -d | grep -q "Debian GNU/Linux"; then
msg_error "Wrong OS detected. Jeedom only supports Debian"
exit 1
fi
msg_ok "OS check done"
DEFAULT_BRANCH="master"
echo
while true; do