Skip to content

Instantly share code, notes, and snippets.

@haroldcris
Created December 12, 2024 12:09
Show Gist options
  • Save haroldcris/d80352120a00e06c16928c73f6701620 to your computer and use it in GitHub Desktop.
Save haroldcris/d80352120a00e06c16928c73f6701620 to your computer and use it in GitHub Desktop.
Install MC Minio Cli to NAS
ssh user@your_nas_ip
wget https://dl.min.io/client/mc/release/linux-amd64/mc
chmod +x mc
sudo mv mc /usr/local/bin/
mc --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment