mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 23:05:54 +00:00
remove os check & update default var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user