ajout restic-minio - non finalise

This commit is contained in:
phil
2025-02-10 13:10:14 +01:00
parent 3816043214
commit fcf2e401c2
4 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
sudo apt-get update
apt install restic
wget https://dl.min.io/client/mc/release/linux-amd64/mc
chmod +x mc
sudo mv mc /usr/local/bin/mc