Commit 57e078dc authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Typo + cosmetics

parent d75240d4
...@@ -820,10 +820,10 @@ chmod +x /etc/cron.daily/seed-armbian-torrent ...@@ -820,10 +820,10 @@ chmod +x /etc/cron.daily/seed-armbian-torrent
install_openhab () install_openhab ()
{ {
wget -qO - 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab' | apt-key add - 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 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 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 service openhab2 start
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment