Last active
April 2, 2023 18:13
-
-
Save galanteh/762844cbade5c28a00d72a3ac23c2f95 to your computer and use it in GitHub Desktop.
Install Megatools on CentOS 7. Megatools are the commands to be used on linux
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
#!/bin/bash | |
yum -y install gcc make glib2-devel libcurl-devel openssl-devel gmp-devel tar automake autoconf libtool wget asciidoc | |
wget https://megatools.megous.com/builds/megatools-1.10.0-rc1.tar.gz | |
tar -xzvf megatools*.tar.gz | |
cd megatools* | |
./configure | |
make | |
make install | |
# megadl 'https://mega.nz/#xxxxxxxxxxx!' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the steps, however the resource url was removed (it's rc) pick one from here :) https://megatools.megous.com/builds/