diff --git a/README.md b/README.md index a3c4019..0016dee 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ We have a Discord for this project: [![Discord](https://img.shields.io/discord/7 * [jq](https://stedolan.github.io/jq/) * [procps](https://gitlab.com/procps-ng/procps) * [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) * [util-linux](https://github.com/karelzak/util-linux) * [sed](https://www.gnu.org/software/sed/) diff --git a/macrecovery.py b/macrecovery similarity index 100% rename from macrecovery.py rename to macrecovery diff --git a/quickget b/quickget index de0e6a8..3593b40 100755 --- a/quickget +++ b/quickget @@ -185,8 +185,8 @@ function get_macos() { # Use a bundled macrecovery if possible CWD="$(dirname ${0})" - if [ -x "${CWD}/macrecovery.py" ]; then - MACRECOVERY="${CWD}/macrecovery.py" + if [ -x "${CWD}/macrecovery" ]; then + MACRECOVERY="${CWD}/macrecovery" elif [ -x /usr/bin/macrecovery ]; then MACRECOVERY="/usr/bin/macrecovery" else