Inform that the link will expire
This commit is contained in:
parent
df4116b174
commit
dd100872ff
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue