Add spell check, thesorus, ... to office apps
This commit is contained in:
parent
9feea26d11
commit
06be13f1f6
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
options=()
|
||||
options+=("Office Suites" "")
|
||||
options+=("Office Spell Check and Thesaurus" "")
|
||||
options+=("Office Tools" "")
|
||||
|
||||
|
||||
|
@ -17,6 +18,7 @@ sed -i "/^defaultitem=/c\defaultitem=\"$sel\"" $0
|
|||
|
||||
case $sel in
|
||||
"Office Suites") script install/apps/office/office;;
|
||||
"Office Spell Check and Thesaurus") script install/apps/office/office-spell-thesaurus;;
|
||||
"Office Tools") script install/apps/office/office-tools;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue