Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't get this up and running onto ubuntu #88

Open
Td-Hill opened this issue Sep 17, 2023 · 5 comments
Open

can't get this up and running onto ubuntu #88

Td-Hill opened this issue Sep 17, 2023 · 5 comments

Comments

@Td-Hill
Copy link

Td-Hill commented Sep 17, 2023

got to here/
"~/Bitcoin-Stealer/Linux$"
when I try to get the command it does not find it
run.sh or Run.sh : command not found

u9@u9-virtual-machine:~/Bitcoin-Stealer/Linux/test$ run.sh
run.sh: command not found

@marssystems
Copy link

Make sure you right click on the .sh file and select Properties -> Permissions and make sure the "allow executing file as program" is checked (enabled). And then to run the run.sh script, you have two options:

(Easiest way) You can double click on the .sh file and select "run in terminal"

Or you can right click on the project folder, select "open in terminal" and then execute the script manually with the following command example: "./run.sh" and hit enter.

@Td-Hill
Copy link
Author

Td-Hill commented Sep 17, 2023

Still the same as no such file or directory

@Td-Hill
Copy link
Author

Td-Hill commented Sep 17, 2023

I am on ubuntu 20.4

@Td-Hill
Copy link
Author

Td-Hill commented Sep 17, 2023

I tried in root and still not allowed to run bash as permission denied

@ejrhe
Copy link

ejrhe commented Feb 21, 2024

bro try chmod +x run.sh the try ./run.sh again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants