Drop .py from macrecovery

pull/61/head 2.0.2
Martin Wimpress 3 years ago
parent f67be4ef10
commit 86e634b2bd
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      README.md
  2. 0
      macrecovery
  3. 4
      quickget

@ -33,7 +33,7 @@ We have a Discord for this project: [![Discord](https://img.shields.io/discord/7
* [jq](https://stedolan.github.io/jq/) * [jq](https://stedolan.github.io/jq/)
* [procps](https://gitlab.com/procps-ng/procps) * [procps](https://gitlab.com/procps-ng/procps)
* [python3](https://www.python.org/) * [python3](https://www.python.org/)
* [macrecovery.py](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery) * [macrecovery](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
* [usbutils](https://github.com/gregkh/usbutils) * [usbutils](https://github.com/gregkh/usbutils)
* [util-linux](https://github.com/karelzak/util-linux) * [util-linux](https://github.com/karelzak/util-linux)
* [sed](https://www.gnu.org/software/sed/) * [sed](https://www.gnu.org/software/sed/)

@ -185,8 +185,8 @@ function get_macos() {
# Use a bundled macrecovery if possible # Use a bundled macrecovery if possible
CWD="$(dirname ${0})" CWD="$(dirname ${0})"
if [ -x "${CWD}/macrecovery.py" ]; then if [ -x "${CWD}/macrecovery" ]; then
MACRECOVERY="${CWD}/macrecovery.py" MACRECOVERY="${CWD}/macrecovery"
elif [ -x /usr/bin/macrecovery ]; then elif [ -x /usr/bin/macrecovery ]; then
MACRECOVERY="/usr/bin/macrecovery" MACRECOVERY="/usr/bin/macrecovery"
else else

Loading…
Cancel
Save