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