From 8b5013a479bd4d2697b57713e1a67a25fb77bb46 Mon Sep 17 00:00:00 2001 From: Caten Date: Mon, 4 Aug 2025 21:12:43 +0800 Subject: [PATCH] Fix WPS link (8th time) --- lib/workflow.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workflow.dart b/lib/workflow.dart index 2eb3138..8ee64a8 100644 --- a/lib/workflow.dart +++ b/lib/workflow.dart @@ -419,7 +419,7 @@ VSCode、输入法 {"name":"安装科学计算软件Octave", "command":"sudo apt update && sudo apt install -y octave"}, {"name":"卸载Octave", "command":"sudo apt autoremove --purge -y octave"}, {"name":"安装WPS", "command":r"""cat << 'EOF' | sh && sudo dpkg --configure -a && sudo apt update && sudo apt install -y /tmp/wps.deb -wget https://mirrors.sdu.edu.cn/spark-store-repository/aarch64-store/office/wps-office/wps-office_11.1.0.11720-fix2_arm64.deb -O /tmp/wps.deb +wget https://gh.llkk.cc/https://github.com/tiny-computer/third-party-archives/releases/download/archives/wps-office_11.1.0.11720_arm64.deb -O /tmp/wps.deb EOF rm /tmp/wps.deb"""}, {"name":"卸载WPS", "command":"sudo apt autoremove --purge -y wps-office"},