From 7f73c8997b2d87d8c3b797b3906cb10c966bfdce Mon Sep 17 00:00:00 2001 From: Ben Clark Date: Fri, 9 Aug 2019 19:24:28 +0100 Subject: [PATCH] Change testing repository to Artifactory (#1027) Signed-off-by: Ben Clark --- installation/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/linux.md b/installation/linux.md index a4a2977cf..1ecbd6bc0 100644 --- a/installation/linux.md +++ b/installation/linux.md @@ -92,7 +92,7 @@ Then, you can choose between, *Official (Stable)*, *Beta* or *Snapshot* builds: Add the **openHAB 2 Beta Repository** to your systems apt sources list: ```shell - echo 'deb https://dl.bintray.com/openhab/apt-repo2 testing main' | sudo tee /etc/apt/sources.list.d/openhab2.list + echo 'deb https://openhab.jfrog.io/openhab/openhab-linuxpkg testing main' | sudo tee /etc/apt/sources.list.d/openhab2.list ``` - **Snapshot Release**