libreoffice: uncomment the set

This commit is contained in:
Aminda Suomalainen 2024-04-19 10:00:33 +03:00
parent b9beba643f
commit be3c9a1092
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -2,7 +2,7 @@
# workarounding dependency issues # workarounding dependency issues
#set -x set -x
# The usual system-wide installation # The usual system-wide installation
if [ -f /var/lib/flatpak/exports/bin/org.libreoffice.LibreOffice ]; then if [ -f /var/lib/flatpak/exports/bin/org.libreoffice.LibreOffice ]; then
flatpak run org.libreoffice.LibreOffice "$@" flatpak run org.libreoffice.LibreOffice "$@"
@ -15,4 +15,4 @@ elif [ -f /usr/bin/libreoffice ]; then
else else
printf "LibreOffice doesn't seem to be installed :(" printf "LibreOffice doesn't seem to be installed :("
fi fi
#set +x set +x