Drop .py from macrecovery
This commit is contained in:
parent
f67be4ef10
commit
86e634b2bd
@ -33,7 +33,7 @@ We have a Discord for this project: [
|
||||
* [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/)
|
||||
|
4
quickget
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user