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
1 changed files with 2 additions and 2 deletions

View File

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