forked from tsai/budibase
2 changed files with 11 additions and 2 deletions
@ -0,0 +1,8 @@ |
|||||
|
#!/bin/bash |
||||
|
if [[ $TARGETARCH == arm* ]] ; |
||||
|
then |
||||
|
wget https://dl.min.io/server/minio/release/linux-arm64/minio |
||||
|
else |
||||
|
wget https://dl.min.io/server/minio/release/linux-amd64/minio |
||||
|
fi |
||||
|
chmod +x minio |
||||
Loading…
Reference in new issue