mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-01 22:41:28 +01:00
Update buildme
option 12 open CloverV2/EFI/CLOVER instead of CloverV2/EFI/CLOVER/drivers
This commit is contained in:
parent
479117e5d6
commit
ccb6dac2d1
8
buildme
8
buildme
@ -277,7 +277,7 @@ options=( 'build Clover'
|
||||
'status'
|
||||
'update Clover'
|
||||
'show diff'
|
||||
'open drivers directory'
|
||||
'open CloverV2/EFI/CLOVER directory'
|
||||
'update Clover (reset changes)'
|
||||
'clean BaseTools'
|
||||
'quit')
|
||||
@ -340,9 +340,9 @@ do
|
||||
showdiff
|
||||
break
|
||||
;;
|
||||
"open drivers directory")
|
||||
if [[ -d "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/drivers ]]; then
|
||||
open "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/drivers
|
||||
"open CloverV2/EFI/CLOVER directory")
|
||||
if [[ -d "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER ]]; then
|
||||
open "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER
|
||||
else
|
||||
echo && echo "Directory not found. Compile Clover first!!"
|
||||
sleep 2
|
||||
|
Loading…
Reference in New Issue
Block a user