Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 1, 2023
1 parent 35820d2 commit 2c7409d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Crisp Status Local provides [pre-built packages](https://packagecloud.io/crisp-i

**Important: Crisp Status Local only provides 64 bits packages targeting Debian 10, 11 & 12 for now (codenames: `buster`, `bullseye` & `bookworm`). You will still be able to use them on other Debian versions, as well as Ubuntu.**

**First, add the Crisp Status Local APT repository (eg. for Debian `bookworm`):**
First, add the Crisp Status Local APT repository (eg. for Debian `bookworm`):

```bash
echo "deb https://packagecloud.io/crisp-im/crisp-status-local/debian/ bookworm main" > /etc/apt/sources.list.d/crisp-im_crisp-status-local.list
Expand All @@ -85,19 +85,19 @@ curl --silent -L https://packagecloud.io/crisp-im/crisp-status-local/gpgkey | ap
apt-get update
```

**Then, install the Crisp Status Local package:**
Then, install the Crisp Status Local package:

```bash
apt-get install crisp-status-local
```

**Then, edit the pre-filled Crisp Status Local configuration file:**
Then, edit the pre-filled Crisp Status Local configuration file:

```bash
nano /etc/crisp-status-local.cfg
```

**Finally, restart Crisp Status Local:**
Finally, restart Crisp Status Local:

```
service crisp-status-local restart
Expand Down

0 comments on commit 2c7409d

Please sign in to comment.