master
Daniel Napora 2017-01-02 21:42:20 +01:00
parent 60ee68eda8
commit f6f9026516
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ for curApp in "${system[@]}"; do
done
menuSubmenuEnd
menuSubmenu 'office' "$OFFICE"
system=('abiword' 'gnumeric' 'libreoffice-still' 'cherrytree' 'zim')
system=('abiword' 'gnumeric' 'libreoffice-still' 'libreoffice-fresh' 'cherrytree' 'zim')
for curApp in "${system[@]}"; do
if ! type "$curApp" &> /dev/null; then
menuItem "$INSTALL ${curApp^}" "terminator --title='$INSTALLING ${curApp^}' --command='sudo pacman -S $curApp'"