Created
December 12, 2024 12:09
-
-
Save haroldcris/d80352120a00e06c16928c73f6701620 to your computer and use it in GitHub Desktop.
Install MC Minio Cli to NAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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