[feature] install libreoffice-fresh for ubuntu

This commit is contained in:
Klesh Wong 2020-09-22 12:16:45 +08:00
parent f1a6485f7b
commit a8432b68c9

View File

@ -11,14 +11,17 @@ case "$PM" in
google-chrome-stable \
zathura zathura-pdf-poppler sxiv \
flameshot \
libreoffice \
gimp
# libreoffice
sudo add-apt-repository -y ppa:libreoffice/libreoffice-7-0
sudo apt-get update
libreoffice \
;;
pacman)
sudo pacman -S --needed \
chromium \
zathura zathura-pdf-mupdf sxiv\
flameshot
flameshot \
libreoffice-fresh \
gimp
;;