From c35bce6a398a055fca0a6768bb0f45d2baf242b0 Mon Sep 17 00:00:00 2001 From: luk Date: Sat, 18 Jul 2026 21:43:30 +0800 Subject: [PATCH] u --- debian-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-update.sh b/debian-update.sh index f76c784..48a3d5e 100644 --- a/debian-update.sh +++ b/debian-update.sh @@ -40,7 +40,7 @@ echo "::*** Are you sure to update $OsTypeNow $CodeNameNow to $CodeNameNext?" echo " [y] Yes, update now" echo " [anything else] No, cancel update" echo -read -r "***:: " answer +read -p "***:: " answer if [ "$answer" != "y" ]; then echo "Update canceled." exit 0