1
0
Fork 0

Update MinIO link

main
Ambrose Chua 2024-02-19 09:28:30 +08:00 committed by GitHub
parent d93d603cae
commit f56a8761df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -162,8 +162,7 @@ download_minio_client() {
esac
wget \
--output-document "$download_bin_path/mc" \
https://minio.mirror.makerforce.io/client/mc/release/$system-$arch/mc
#https://dl.min.io/client/mc/release/$system-$arch/mc
https://dl.min.io/client/mc/release/$system-$arch/mc
chmod +x "$download_bin_path/mc"
}
download_nvim_plug() {