executable_install-fedora.sh aktualisiert
This commit is contained in:
parent
f4a2883d5d
commit
251c75a997
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ fi
|
|||
|
||||
# MinIO Client mit Prüfung
|
||||
if [[ ! -f $HOME/minio-binaries/mc ]]; then
|
||||
curl https://dl.min.io/client/mc/release/linux-amd64/mc \
|
||||
curl https://dl.min.io/client/mc/release/linux-$(uname -m)/mc \
|
||||
--create-dirs \
|
||||
-o $HOME/minio-binaries/mc
|
||||
echo "MinIO Client wurde auf dem System installiert"
|
||||
|
|
Loading…
Add table
Reference in a new issue