Skip to content

Commit 417cf7f

Browse files
committed
Remove remaining "fix-to-Chinese" commands
1 parent 7b219fa commit 417cf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/workflow.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ class D {
356356
];
357357

358358
//默认快捷指令
359-
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"},
359+
static const commands = [{"name":"检查更新并升级", "command":"sudo dpkg --configure -a && sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y"},
360360
{"name":"查看系统信息", "command":"neofetch -L && neofetch --off"},
361361
{"name":"清屏", "command":"clear"},
362362
{"name":"中断任务", "command":"\x03"},

0 commit comments

Comments
 (0)