mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-01-10 19:18:25 +01:00
Update buildme
This commit is contained in:
parent
311ec38415
commit
a9f3874779
4
buildme
4
buildme
@ -324,7 +324,7 @@ do
|
||||
break
|
||||
;;
|
||||
"update Clover (reset changes)")
|
||||
read -p "Are you sure? (y = true)" -n 1 -r
|
||||
read -p "Are you sure? (type y to confirm or any other to negate) " -n 1 -r
|
||||
echo
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
updateResetClover
|
||||
@ -349,7 +349,7 @@ do
|
||||
break
|
||||
;;
|
||||
"clean BaseTools")
|
||||
read -p "Are you sure? (y = true)" -n 1 -r
|
||||
read -p "Are you sure? (type y to confirm or any other to negate) " -n 1 -r
|
||||
echo
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
cleanBaseTools
|
||||
|
Loading…
Reference in New Issue
Block a user