Skip to content

Latest commit

 

History

History
45 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

45 lines (20 loc) · 1.09 KB

AnywhereEFI

Build Status

AnywhereEFI is a useful command for EFI management in Hackintosh. It is overwritten from the sh version of AnywhereEFI written by me(the origin version has been deleted now). This project observe the GPLv2 license.

Features

  • EFI Mount
  • Hackintosh bootloader updating(supported Clover and OpenCore for now)
  • EFI Backup

Usage

AnywhereEFI <-protocol [proxy]> <-url [proxyURL]>

<-protocol [proxy]>: Your proxy protocol for curl(Using in EFI Update).

[proxy] is your protocol(like socks, socks5...)

<-url [proxyURL]>: Your proxy URL.

[proxyURL] is your URL for proxy(including ports).

For more params, please use curl --help

Credits