Fix common script paths

This commit is contained in:
JEEVITHA KANNAN K S 2024-10-01 12:20:09 +05:30
parent 476dbf3a12
commit 6b0f310ef2
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installFreeOffice() {
if ! command_exists softmaker-freeoffice-2024 freeoffice softmaker; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installLibreOffice() {
if ! command_exists libreoffice; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installOnlyOffice() {
if ! command_exists onlyoffice-desktopeditors; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installWpsOffice() {
if ! command_exists com.wps.Office; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installEvince() {
if ! command_exists evince; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installOkular() {
if ! command_exists okular; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installPdfstudio() {
if ! command_exists pdfstudio2024; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installPdfstudioviewer() {
if ! command_exists pdfstudioviewer2024; then