23 lines
560 B
Plaintext
23 lines
560 B
Plaintext
|
#### clouseau
|
||
|
|
||
|
##### Information
|
||
|
Source : https://github.com/cloudant-labs/clouseau
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt update
|
||
|
apt install -y --no-install-recommends curl apt-transport-https gnupg wget ca-certificates software-properties-common
|
||
|
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
|
||
|
apt-add-repository 'deb http://repos.azulsystems.com/debian stable main'
|
||
|
apt-get update
|
||
|
apt-get install -y clouseau
|
||
|
|
||
|
#edit /etc/clouseau/clouseau.ini
|
||
|
|
||
|
systemctl enable --now clouseau
|
||
|
```
|
||
|
|