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
57e078dc
Commit
57e078dc
authored
Mar 07, 2019
by
Igor Pecovnik
Browse files
Typo + cosmetics
parent
d75240d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-software
View file @
57e078dc
...
...
@@ -820,10 +820,10 @@ chmod +x /etc/cron.daily/seed-armbian-torrent
install_openhab
()
{
wget
-qO
-
'
https:
//
bintray.com
/
user
/
downloadSubjectPublicKey
?
username=
openhab'
|
apt-key
add
-
echo
'
deb
https:
//
dl.bintray.com
/
openhab
/
apt-repo2
stable
main
'
|
tee
/
etc
/
apt
/
sources.list.d
/
openhab2.list
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
debconf-apt-progress
--
apt-get
-y
openhab2
openhab2-addons
default-jre
debconf-apt-progress -- apt-get
install
-y openhab2 openhab2-addons default-jre
service openhab2 start
}
...
...
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