Skip to content

Commit

Permalink
Update core/tabs/applications-setup/office-suite-setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: JEEVITHA KANNAN K S <[email protected]>
  • Loading branch information
guruswarupa and jeevithakannan2 authored Sep 20, 2024
1 parent 360770c commit 9e2ffd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/tabs/applications-setup/office-suite-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,11 @@ install_pdfstudio() {
if ! command_exists pdfstudio2024/pdfstudio2024; then
curl -O https://download.qoppa.com/pdfstudio/PDFStudio_linux64.sh
"$ESCALATION_TOOL" chmod +x PDFStudio_linux64.sh
sh PDFStudio_linux64.sh
if sh PDFStudio_linux64.sh; then
printf "%b\n" "${GREEN}PDF Studio installed successfully!${RC}"
else
printf "%b\n" "${RED}PDF Studio installation failed!${RC}"
fi
rm PDFStudio_linux64.sh
else
printf "%b\n" "${GREEN}PDF Studio is already installed.${RC}"
Expand Down

0 comments on commit 9e2ffd3

Please sign in to comment.