Skip to content

Commit

Permalink
Fix install command for Raspbian in docs (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Mar 27, 2022
1 parent 6591c8b commit 6635466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ title: Install on Linux
To install Compose Generator on Raspbian, execute the following commands in your terminal:
```sh
sudo apt-get install ca-certificates
curl -fsSL https://server.chillibits.com/files/repo/gpg | sudo apt-key add -
curl -fsSL https://server.chillibits.com/files/repo/gpg | sudo tee /etc/apt/trusted.gpg.d/chillibits.asc
sudo echo "deb [arch=armhf] https://repo.chillibits.com/$(lsb_release -is | awk '{print tolower($0)}')-$(lsb_release -cs) $(lsb_release -cs) main" > /etc/apt/sources.list.d/chillibits.list
sudo apt-get update
sudo apt-get install compose-generator
Expand Down Expand Up @@ -101,4 +101,4 @@ You also can install Compose Generator from a package file on your host system.
### Use
```sh
compose-generator [<command>]
```
```

0 comments on commit 6635466

Please sign in to comment.