Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Use stock OLA from OS by default (#5696)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored and kaikreuzer committed Dec 8, 2019
1 parent 531c95c commit ed9ca23
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions bundles/binding/org.openhab.binding.dmx/README.md
Expand Up @@ -170,21 +170,22 @@ platforms or with different devices, consult the [OLA documentation](https://www

### Installing OLA binaries

To install OLA, edit the software repository list using the following command:
OLA is now in the Debian/Ubuntu/Raspbian repositiories, so you can install the binaries with the following commands:

sudo apt-get update
sudo apt-get install ola

When prompted whether to start OLA at boot, select Yes.

If this doesn't work, you may be using a very old OS and will need to edit the software repository list using the following command:

sudo nano /etc/apt/sources.list

And add the following line to the list:

deb http://apt.openlighting.org/raspbian wheezy main

After saving the file, install the binaries with the following commands:

sudo apt-get update
sudo apt-get install ola

When prompted whether to start OLA at boot, select Yes.

After saving the file re-run the commands above

### Configuring OLA devices

Expand Down

0 comments on commit ed9ca23

Please sign in to comment.