add minio

This commit is contained in:
thomas 2022-10-08 04:56:45 +02:00
parent 1ba5c25f9a
commit 4c1b51d54e
11 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,19 @@
#### 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
```