diff --git a/core/tabs/applications-setup/office-suites/freeoffice.sh b/core/tabs/applications-setup/office-suites/freeoffice.sh index 7effa3fbb..d289165e0 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 a9850fdc3..165730c11 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 aaea75478..9e80fd314 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 ce1bbc723..5e75e8009 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 9e0d8da0d..9118d36d1 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 6ed8d4d15..785d512cf 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 03ba05f42..5dd5fbf90 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 72013a11e..e0ab27cf5 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