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