mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 10:42:56 +01:00
libreoffice: uncomment the set
This commit is contained in:
parent
b9beba643f
commit
be3c9a1092
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user