debmaker/ressources/minio/README.MD

20 lines
302 B
Plaintext
Raw Normal View History

2022-10-08 04:56:45 +02:00
#### minio
##### Information
Site : https://min.io/
Source : https://github.com/minio/minio
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y minio
#edit /etc/default/minio
systemctl enable --now minio
```