From dd100872ff9f646102e21569bf9c38aa1b0d8af5 Mon Sep 17 00:00:00 2001 From: Quentin Date: Wed, 8 Dec 2021 17:11:13 +0100 Subject: [PATCH] Inform that the link will expire --- garage-latency-simple.R | 2 ++ 1 file changed, 2 insertions(+) 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") }