death7654 / Chrultrabook-Tools

User-friendly configuration utility for Chromebooks running an alternate OS
GNU General Public License v3.0
46 stars 11 forks source link

you are missing ectool binary #61

Closed pgou closed 5 months ago

pgou commented 7 months ago

macOS "you are missing extol binary" Which path should I place the ectool under? How to solve it,thanks

wh0ami7 commented 7 months ago

@pgou - Rename it to ectool and move it to /local/bin and the app should work fine. ectool-macos.zip

death7654 commented 7 months ago

Is this issue resolved?

pgou commented 7 months ago

mv /Users/pgou/Downloads/ectool /local/bin mv: rename /Users/pgou/Downloads/ectool to /local/bin: No such file or directory

mv /Users/pgou/Downloads/ectool /usr/bin mv: fastcopy: open() failed (to): /usr/bin/ectool: Read-only file system

Can other paths be used?

ethanaobrien commented 7 months ago

To "install" ectool on macos

  1. Download ectool.
  2. Open the terminal and navigate to the directory that ectool is in (downloads)
  3. sudo cp ./ectool /usr/local/bin/ectool
  4. sudo chmod +x /usr/local/bin/ectool
pgou commented 7 months ago

@ethanaobrien @wh0ami7 it works! thanks!

@death7654 Please write these contents in README, many people need them

death7654 commented 5 months ago

added