Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
5e5fe64f
Commit
5e5fe64f
authored
Dec 26, 2019
by
Igor Pecovnik
Browse files
Disable Openhab install on Buster / Bullseye because JDK 8 is missing
parent
7b8bd1d5
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-software
View file @
5e5fe64f
...
...
@@ -121,7 +121,7 @@ function check_status
# OpenHab
OPENHAB_STATUS
=
"$([[ -f /usr/bin/openhab-cli ]] && echo "
on
" || echo "
off
" )"
alive_port
"Openhab2 smarthome suite"
"8080"
LIST
+=
(
"OpenHAB"
"
$DESCRIPTION
"
"
$OPENHAB_STATUS
"
)
[[
"
$family
"
!=
"Debian"
||
"
$distribution
"
==
"stretch"
]]
&&
LIST
+=
(
"OpenHAB"
"
$DESCRIPTION
"
"
$OPENHAB_STATUS
"
)
# VPN
if
[[
"$(dpkg --print-architecture)"
==
"armhf"
||
"$(dpkg --print-architecture)"
==
"amd64"
]];
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment