Skip to content

Commit

Permalink
Update office-suite-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
guruswarupa authored Sep 20, 2024
1 parent 2fb9276 commit f1ac18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/applications-setup/office-suite-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ install_pdfstudioviewer() {
if sh PDFStudioViewer_linux64.sh; then
printf "%b\n" "${GREEN}PDF Studio Viewer installed successfully!${RC}"
else
printf "%b\n" "${RED}Installation failed! Please check the logs for more details.${RC}"
printf "%b\n" "${RED}Installation failed!${RC}"
fi
rm PDFStudioViewer_linux64.sh
else
Expand Down

0 comments on commit f1ac18a

Please sign in to comment.