Skip to content

Instantly share code, notes, and snippets.

@galanteh
Last active April 2, 2023 18:13
Show Gist options
  • Save galanteh/762844cbade5c28a00d72a3ac23c2f95 to your computer and use it in GitHub Desktop.
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
#!/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!'
@Eboubaker
Copy link

Eboubaker commented Apr 2, 2023

Thanks for the steps, however the resource url was removed (it's rc) pick one from here :) https://megatools.megous.com/builds/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment