Skip to content

Commit 1b02cc0

Browse files
jclausengitbook-bot
authored andcommitted
GITBOOK-7: No subject
1 parent 02ad951 commit 1b02cc0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup/installation.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,20 @@ Unzip the binary **box** and just double click on it to open the shell terminal.
7878
7979
## Linux apt-get
8080

81-
> **Please note** that if you are running Ubuntu 18.04 or greater, or Debian 8 (Jessie) or greater, it's necessary to have the `libappindicator-dev` package in order to have the tray icon working correctly.
81+
> **Please note** that if you are running Ubuntu 18.04 or greater, or Debian 8 (Jessie) or greater, it's necessary to have the `libappindicator` package in order to have the tray icon working correctly.
82+
83+
For older versions of Ubuntu/Debian use `libappindicator-dev` 
8284

8385
```bash
8486
sudo apt install libappindicator-dev
8587
```
8688

89+
For newer versions of Ubuntu/Debian use `libappindicator3-dev` 
90+
91+
```
92+
sudo apt install libappindicator3-dev
93+
```
94+
8795
Run the following series of commands to add the Ortus signing key, register our Debian repo, and install CommandBox.
8896

8997
### Stable

0 commit comments

Comments
 (0)