mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Drop .py from macrecovery
This commit is contained in:
parent
f67be4ef10
commit
86e634b2bd
3 changed files with 3 additions and 3 deletions
|
@ -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/)
|
||||
|
|
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 a new issue