Compare commits

..

1 Commits

Author SHA1 Message Date
aagusfernandez02 1335ea1ebc feat(install.sh): update MC download command to follow redirects 2026-07-20 10:45:18 -03:00
+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