wps office -> onlyoffice
This commit is contained in:
parent
9f53b2eadf
commit
f6062ef8e4
1 changed files with 5 additions and 6 deletions
11
setup.sh
11
setup.sh
|
@ -619,10 +619,9 @@ setup_wireshark() {
|
||||||
POST_INSTALL+=("wireshark: reboot")
|
POST_INSTALL+=("wireshark: reboot")
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_wps_office() {
|
setup_onlyoffice() {
|
||||||
package_install \
|
package_install \
|
||||||
wps-office `# MS office but free` \
|
onlyoffice-bin `# MS office but free` \
|
||||||
ttf-wps-fonts `# WPS office fonts` \
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -769,7 +768,7 @@ options=(
|
||||||
"vscode" "" off
|
"vscode" "" off
|
||||||
"wine" "" off
|
"wine" "" off
|
||||||
"wireshark" "" off
|
"wireshark" "" off
|
||||||
"wps_office" "" off
|
"onlyoffice" "" off
|
||||||
"zoom" "" off
|
"zoom" "" off
|
||||||
"zsh" "" off
|
"zsh" "" off
|
||||||
)
|
)
|
||||||
|
@ -819,7 +818,7 @@ for choice in $choices; do
|
||||||
"vscode") setup_vscode;;
|
"vscode") setup_vscode;;
|
||||||
"wine") setup_wine;;
|
"wine") setup_wine;;
|
||||||
"wireshark") setup_wireshark;;
|
"wireshark") setup_wireshark;;
|
||||||
"wps_office") setup_wps_office;;
|
"onlyoffice") setup_onlyoffice;;
|
||||||
"zoom") setup_zoom;;
|
"zoom") setup_zoom;;
|
||||||
"zsh") setup_zsh;;
|
"zsh") setup_zsh;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue