Skip to content

Commit 8b5013a

Browse files
committed
Fix WPS link (8th time)
1 parent 6d924bd commit 8b5013a

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
@@ -419,7 +419,7 @@ VSCode、输入法
419419
{"name":"安装科学计算软件Octave", "command":"sudo apt update && sudo apt install -y octave"},
420420
{"name":"卸载Octave", "command":"sudo apt autoremove --purge -y octave"},
421421
{"name":"安装WPS", "command":r"""cat << 'EOF' | sh && sudo dpkg --configure -a && sudo apt update && sudo apt install -y /tmp/wps.deb
422-
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
422+
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
423423
EOF
424424
rm /tmp/wps.deb"""},
425425
{"name":"卸载WPS", "command":"sudo apt autoremove --purge -y wps-office"},

0 commit comments

Comments
 (0)