debmaker/ressources/umap/README.MD

23 lines
351 B
Plaintext
Raw Normal View History

2024-11-14 09:47:36 +01:00
#### umap
##### Information
site : https://umap-project.org/
doc :https://docs.umap-project.org/
Source : https://github.com/umap-project/umap
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y umap
#Edit /etc/defalt/umap
systemctl enable --now umap
```