From e95adb82632ed806ab09d9b923c81137136bcce6 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 25 Mar 2026 15:12:19 +0000 Subject: [PATCH] update src/usr/bin/amber-pm-app-uninstaller. Signed-off-by: shenmo --- src/usr/bin/amber-pm-app-uninstaller | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/bin/amber-pm-app-uninstaller b/src/usr/bin/amber-pm-app-uninstaller index ce4d76d..8b82760 100755 --- a/src/usr/bin/amber-pm-app-uninstaller +++ b/src/usr/bin/amber-pm-app-uninstaller @@ -40,7 +40,7 @@ fi # 用户确认 -if zenity --question --text="Going to uninstall $1.\nPlease Confirm" --no-wrap; then +if zenity --question --text="即将卸载 $1\n请确认" --no-wrap; then # 启动卸载命令(这里假设 apm 是系统命令,请根据实际情况调整) # 注意:apm 可能不存在,可替换为 apt、dnf 等 apm autoremove "$1" -y @@ -49,4 +49,4 @@ if zenity --question --text="Going to uninstall $1.\nPlease Confirm" --no-wrap; fi -notify-send "Uninstall Competed" \ No newline at end of file +notify-send "卸载完成" \ No newline at end of file