Skip to content

Commit

Permalink
address carters concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Sep 24, 2024
1 parent ba4708c commit abf76fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/tabs/applications-setup/pdf-suites/pdfstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. ../common-script.sh

installPdfstudio() {
if ! command_exists pdfstudio2024/pdfstudio2024; then
if ! command_exists pdfstudio2024; then
printf "%b\n" "${YELLOW}Installing PDF Studio...${RC}"
curl -O https://download.qoppa.com/pdfstudio/PDFStudio_linux64.sh
"$ESCALATION_TOOL" chmod +x PDFStudio_linux64.sh
Expand All @@ -20,4 +20,4 @@ installPdfstudio() {

checkEnv
checkEscalationTool
installPdfstudio
installPdfstudio
4 changes: 2 additions & 2 deletions core/tabs/applications-setup/pdf-suites/pdfstudioviewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. ../common-script.sh

installPdfstudioviewer() {
if ! command_exists pdfstudioviewer2024/pdfstudioviewer2024; then
if ! command_exists pdfstudioviewer2024; then
printf "%b\n" "${YELLOW}Installing PDF Studio Viewer...${RC}"
curl -O https://download.qoppa.com/pdfstudioviewer/PDFStudioViewer_linux64.sh
"$ESCALATION_TOOL" chmod +x PDFStudioViewer_linux64.sh
Expand All @@ -20,4 +20,4 @@ installPdfstudioviewer() {

checkEnv
checkEscalationTool
installPdfstudioviewer
installPdfstudioviewer

0 comments on commit abf76fa

Please sign in to comment.