diff --git a/garage-latency-simple.R b/garage-latency-simple.R index d24b15a..a02b6a8 100755 --- a/garage-latency-simple.R +++ b/garage-latency-simple.R @@ -16,6 +16,8 @@ if (!file.exists("~/.local/bin/garage")) { } if (!file.exists("~/.local/bin/minio")) { + # The following link will expire when this artifact will be moved to the archive/ folder. + # When it will fail, go to the parent directory of this URL, then select archive, and replace with the new URL. system("wget https://dl.min.io/server/minio/release/linux-amd64/minio.RELEASE.2021-11-24T23-19-33Z -O $HOME/.local/bin/minio") system("chmod +x $HOME/.local/bin/minio") }