From 417cf7feefef4f13e4d928231611a129c74ea1fe Mon Sep 17 00:00:00 2001 From: Caten Date: Fri, 12 Sep 2025 12:56:28 +0800 Subject: [PATCH] Remove remaining "fix-to-Chinese" commands --- lib/workflow.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workflow.dart b/lib/workflow.dart index f6ce114..df21e42 100644 --- a/lib/workflow.dart +++ b/lib/workflow.dart @@ -356,7 +356,7 @@ class D { ]; //默认快捷指令 - static const commands = [{"name":"检查更新并升级", "command":"sudo dpkg --configure -a && sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo localedef -c -i zh_CN -f UTF-8 zh_CN.UTF-8"}, + static const commands = [{"name":"检查更新并升级", "command":"sudo dpkg --configure -a && sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y"}, {"name":"查看系统信息", "command":"neofetch -L && neofetch --off"}, {"name":"清屏", "command":"clear"}, {"name":"中断任务", "command":"\x03"},