Inform that the link will expire

This commit is contained in:
Quentin 2021-12-08 17:11:13 +01:00
parent df4116b174
commit dd100872ff
1 changed files with 2 additions and 0 deletions

View File

@ -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")
}