Giter VIP home page Giter VIP logo

Comments (2)

JuanuSt avatar JuanuSt commented on August 19, 2024

Hi snvoid,

Thanks for reporting the bug.

I just test the old script, and it still works. Let's forget the encryption for the moment, just to see if it works in plaintext.

I'm sorry, it was my fault, but the scritps, normal and cron in the repository, have no permission to be executed. So you have to allow their execution with the command:

chmod +x mmega.sh

Indeed this script has no installer, so, when download it, you have to go the downloaded directory and execute the script:

cd /path/to/mmega/directory
./mmega.sh -c accounts.txt -m df

There are another solutions, one is to add the directory path to the PATH, so it can be found:

PATH=/path/to/mmega/directory:$PATH

The other one is to create an bash alias to it. You can create in you home directory the file .bash_aliases and insert this alias:

alias mmega="/path/to/directory/mmega.sh"

I think that simply granting the execution permissions and using the dot-slash (./mmega.sh) before the script should make it work.

Let me know if it worked.

from mmega.

snvoid avatar snvoid commented on August 19, 2024

Thank you so much!!! I just tried it the way you said and it worked perfectly this time! This tool is a life saver. Thank you so much for helping me with this! I was scratching my head trying to figure out what I was doing wrong. Thanks for explaining it to me. After using your instructions and trying it using the plain text, I went ahead and tried it using the .gpg file and that worked as well!!!

Thank you again! I went ahead and closed the ticket/issue.

👍 😃

from mmega.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.