Skip to content

Commit

Permalink
stable v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsaifurrahmann committed Jul 15, 2023
1 parent 1300fab commit b155d29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion flash-stock-rom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ case $flasher in
fi

echo -e "\033[0;32m Modified Flash file restored! \033[0m"

source ./flash.sh
;;
*)
echo "Aborting..."
Expand All @@ -121,6 +123,6 @@ case $flasher in

echo -e "\033[0;32m Modified Flash file restored! \033[0m"

exit 1;
source ./flash.sh
;;
esac
2 changes: 1 addition & 1 deletion flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ What do you want to do?
4. Check adb devices
5. Check fastboot devices
6. Reboot to System
7. Flash MIUI Stock ROM
7. Flash MIUI Stock ROM (Fastboot)
(Press Any key to Exit or input your choice.)
\033[0m";

Expand Down

0 comments on commit b155d29

Please sign in to comment.