Skip to content

Commit

Permalink
Fix repo version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Aug 30, 2018
1 parent 57074db commit 1256305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/install/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commands:
```bash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00

sudo echo "deb https://artifacts.loraserver.io/packages/1.x/deb stable main" | sudo tee /etc/apt/sources.list.d/loraserver.list
sudo echo "deb https://artifacts.loraserver.io/packages/2.x/deb stable main" | sudo tee /etc/apt/sources.list.d/loraserver.list
sudo apt-get update
```

Expand Down
4 changes: 2 additions & 2 deletions docs/content/overview/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
The testing distribution contains the latest (test) releases.

```bash
sudo echo "deb https://artifacts.loraserver.io/packages/1.x/deb testing main" | sudo tee /etc/apt/sources.list.d/loraserver.list
sudo echo "deb https://artifacts.loraserver.io/packages/2.x/deb testing main" | sudo tee /etc/apt/sources.list.d/loraserver.list
sudo apt-get update
```

Expand All @@ -53,7 +53,7 @@ sudo apt-get update
The stable distribution contains releases that are considered stable.

```bash
sudo echo "deb https://artifacts.loraserver.io/packages/1.x/deb stable main" | sudo tee /etc/apt/sources.list.d/loraserver.list
sudo echo "deb https://artifacts.loraserver.io/packages/2.x/deb stable main" | sudo tee /etc/apt/sources.list.d/loraserver.list
sudo apt-get update
```

Expand Down

0 comments on commit 1256305

Please sign in to comment.