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
c5ef5d68
Commit
c5ef5d68
authored
Dec 27, 2019
by
root
Browse files
Cleanup
parent
ebd99d96
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-software
View file @
c5ef5d68
...
...
@@ -973,17 +973,16 @@ ldconfig >/dev/null 2>&1
wget -qO - 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab' | apt-key add - >/dev/null 2>
&
1
echo 'deb https://dl.bintray.com/openhab/apt-repo2 stable main' | tee /etc/apt/sources.list.d/openhab2.list >/dev/null 2>
&
1
debconf-apt-progress -- apt-get update
apt-get install -y openhab2
systemctl daemon-reload
systemctl enable openhab2.service
systemctl start openhab2.service
# seems broken
debconf-apt-progress --
apt-get install -y openhab2
systemctl daemon-reload
>/dev/null 2>
&
1
systemctl enable openhab2.service
>/dev/null 2>
&
1
systemctl start openhab2.service
>/dev/null 2>
&
1
#
addons
seems broken
# apt-get install -y openhab2-addons
sed -i 's|EXTRA_JAVA_OPTS=""|EXTRA_JAVA_OPTS="-Dgnu.io.rxtx.SerialPorts=/dev/ttyUSB0:/dev/ttyS0:/dev/ttyS2:/dev/ttyACM0:/dev/ttyAMA0"|' /etc/default/openhab2
service openhab2 start
service openhab2
re
start
>/dev/null 2>
&
1
dialog --backtitle "$BACKTITLE" --title "Please wait" --msgbox \
"\nIt can take several minutes before OpenHAB UI becomes available! " 7 68
}
...
...
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