debmaker/ressources/flame/README.MD

22 lines
415 B
Plaintext
Raw Normal View History

2022-10-01 17:58:26 +02:00
#### flame
##### Information
Site : https://github.com/pawelmalak/flame
Source : https://github.com/pawelmalak/flame
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y flame
#Edit /etc/default/flame and change SECRET and PASSWORD
systemctl enable --now flame
```