This commit is contained in:
luk
2026-07-18 21:43:30 +08:00
parent a6ec9c50b8
commit c35bce6a39

View File

@@ -40,7 +40,7 @@ echo "::*** Are you sure to update $OsTypeNow $CodeNameNow to $CodeNameNext?"
echo " [y] Yes, update now" echo " [y] Yes, update now"
echo " [anything else] No, cancel update" echo " [anything else] No, cancel update"
echo echo
read -r "***:: " answer read -p "***:: " answer
if [ "$answer" != "y" ]; then if [ "$answer" != "y" ]; then
echo "Update canceled." echo "Update canceled."
exit 0 exit 0