diff --git a/core/tabs/applications-setup/office-suites/freeoffice.sh b/core/tabs/applications-setup/office-suites/freeoffice.sh index 7effa3fb..d289165e 100644 --- a/core/tabs/applications-setup/office-suites/freeoffice.sh +++ b/core/tabs/applications-setup/office-suites/freeoffice.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -. ../common-script.sh +. ../../common-script.sh installFreeOffice() { if ! command_exists softmaker-freeoffice-2024 freeoffice softmaker; then diff --git a/core/tabs/applications-setup/office-suites/libreoffice.sh b/core/tabs/applications-setup/office-suites/libreoffice.sh index a9850fdc..165730c1 100644 --- a/core/tabs/applications-setup/office-suites/libreoffice.sh +++ b/core/tabs/applications-setup/office-suites/libreoffice.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -. ../common-script.sh +. ../../common-script.sh installLibreOffice() { if ! command_exists libreoffice; then diff --git a/core/tabs/applications-setup/office-suites/onlyoffice.sh b/core/tabs/applications-setup/office-suites/onlyoffice.sh index aaea7547..9e80fd31 100644 --- a/core/tabs/applications-setup/office-suites/onlyoffice.sh +++ b/core/tabs/applications-setup/office-suites/onlyoffice.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -. ../common-script.sh +. ../../common-script.sh installOnlyOffice() { if ! command_exists onlyoffice-desktopeditors; then diff --git a/core/tabs/applications-setup/office-suites/wpsoffice.sh b/core/tabs/applications-setup/office-suites/wpsoffice.sh index ce1bbc72..5e75e800 100644 --- a/core/tabs/applications-setup/office-suites/wpsoffice.sh +++ b/core/tabs/applications-setup/office-suites/wpsoffice.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -. ../common-script.sh +. ../../common-script.sh installWpsOffice() { if ! command_exists com.wps.Office; then diff --git a/core/tabs/applications-setup/pdf-suites/evince.sh b/core/tabs/applications-setup/pdf-suites/evince.sh index 9e0d8da0..9118d36d 100644 --- a/core/tabs/applications-setup/pdf-suites/evince.sh +++ b/core/tabs/applications-setup/pdf-suites/evince.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -. ../common-script.sh +. ../../common-script.sh installEvince() { if ! command_exists evince; then diff --git a/core/tabs/applications-setup/pdf-suites/okular.sh b/core/tabs/applications-setup/pdf-suites/okular.sh index 6ed8d4d1..785d512c 100644 --- a/core/tabs/applications-setup/pdf-suites/okular.sh +++ b/core/tabs/applications-setup/pdf-suites/okular.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -. ../common-script.sh +. ../../common-script.sh installOkular() { if ! command_exists okular; then diff --git a/core/tabs/applications-setup/pdf-suites/pdfstudio.sh b/core/tabs/applications-setup/pdf-suites/pdfstudio.sh index 03ba05f4..5dd5fbf9 100644 --- a/core/tabs/applications-setup/pdf-suites/pdfstudio.sh +++ b/core/tabs/applications-setup/pdf-suites/pdfstudio.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -. ../common-script.sh +. ../../common-script.sh installPdfstudio() { if ! command_exists pdfstudio2024; then diff --git a/core/tabs/applications-setup/pdf-suites/pdfstudioviewer.sh b/core/tabs/applications-setup/pdf-suites/pdfstudioviewer.sh index 72013a11..e0ab27cf 100644 --- a/core/tabs/applications-setup/pdf-suites/pdfstudioviewer.sh +++ b/core/tabs/applications-setup/pdf-suites/pdfstudioviewer.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -. ../common-script.sh +. ../../common-script.sh installPdfstudioviewer() { if ! command_exists pdfstudioviewer2024; then