File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
423423EOF
424424rm /tmp/wps.deb""" },
425425 {"name" : "卸载WPS" , "command" : "sudo apt autoremove --purge -y wps-office" },
You can’t perform that action at this time.
0 commit comments