From a8432b68c9ab0d07b028b77c6c1f01d7f2b3ac66 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Tue, 22 Sep 2020 12:16:45 +0800 Subject: [PATCH] [feature] install libreoffice-fresh for ubuntu --- apps/install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/install.sh b/apps/install.sh index 5d1a1ef..3ff777a 100755 --- a/apps/install.sh +++ b/apps/install.sh @@ -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 ;;