From f6f9026516328d5cc211d6e0834c3c3e4ee07f9a Mon Sep 17 00:00:00 2001 From: napcok Date: Mon, 2 Jan 2017 21:42:20 +0100 Subject: [PATCH] update --- usr/bin/mabox-software-pipemenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/mabox-software-pipemenu b/usr/bin/mabox-software-pipemenu index 190afba..e6a29b2 100755 --- a/usr/bin/mabox-software-pipemenu +++ b/usr/bin/mabox-software-pipemenu @@ -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'"