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
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…
Add table
Add a link
Reference in a new issue