Samsung-Loki / Thor

An alternative to Heimdall
Mozilla Public License 2.0
227 stars 26 forks source link

Directions #16

Open jcasp-web opened 10 months ago

jcasp-web commented 10 months ago

can you make directions how to open the app?

edent commented 10 months ago

It is a bit obscure, but this is how I did it.

  1. Install dotNet following https://stackoverflow.com/a/73899341/1127699
  2. Unzip the Linux zip file
  3. On the command line, run sudo ./TheAirBlow.Thor.Shell

Good luck!

dawez commented 7 months ago

Are these instructions still relevant?

As the the TheAirBlow.Thor.Shell is a directory in my case so this confuses me that I could be able to execute it.

I get:

$ sudo ./TheAirBlow.Thor.Shell/
sudo: ./TheAirBlow.Thor.Shell/: command not found

I downloaded the 1.0.4.tar.gz release version. dotnet is correctly installed:

$ dotnet  --version
7.0.117
ethical-haquer commented 7 months ago

Are these instructions still relevant?

As the the TheAirBlow.Thor.Shell is a directory in my case so this confuses me that I could be able to execute it.

I get:

$ sudo ./TheAirBlow.Thor.Shell/
sudo: ./TheAirBlow.Thor.Shell/: command not found

I downloaded the 1.0.4.tar.gz release version. dotnet is correctly installed:

$ dotnet  --version
7.0.117

If TheAirBlow.Thor.Shell is a directory, then maybe you downloaded one of the Source code files from the release. (you did say it was a .tar.gz) The executable is in the Linux.zip file located there.