feat(install.sh): update MC download command to follow redirects

This commit is contained in:
aagusfernandez02
2026-07-20 10:45:18 -03:00
parent 91ff9dca9b
commit 1335ea1ebc
+1 -1
View File
@@ -2,7 +2,7 @@
### DOWNLOAD MC ### DOWNLOAD MC
if [ ! -f /usr/local/bin/mc ]; then if [ ! -f /usr/local/bin/mc ]; then
curl https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc curl -L https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc
chmod +x /usr/local/bin/mc chmod +x /usr/local/bin/mc
fi fi