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 ;;