[feature] install libreoffice-fresh for ubuntu
This commit is contained in:
parent
f1a6485f7b
commit
a8432b68c9
|
@ -11,14 +11,17 @@ case "$PM" in
|
||||||
google-chrome-stable \
|
google-chrome-stable \
|
||||||
zathura zathura-pdf-poppler sxiv \
|
zathura zathura-pdf-poppler sxiv \
|
||||||
flameshot \
|
flameshot \
|
||||||
libreoffice \
|
|
||||||
gimp
|
gimp
|
||||||
|
# libreoffice
|
||||||
|
sudo add-apt-repository -y ppa:libreoffice/libreoffice-7-0
|
||||||
|
sudo apt-get update
|
||||||
|
libreoffice \
|
||||||
;;
|
;;
|
||||||
pacman)
|
pacman)
|
||||||
sudo pacman -S --needed \
|
sudo pacman -S --needed \
|
||||||
chromium \
|
chromium \
|
||||||
zathura zathura-pdf-mupdf sxiv\
|
zathura zathura-pdf-mupdf sxiv\
|
||||||
flameshot
|
flameshot \
|
||||||
libreoffice-fresh \
|
libreoffice-fresh \
|
||||||
gimp
|
gimp
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user