From a38970876256b8ea85064e8ab0ec3c2fdc3f600e Mon Sep 17 00:00:00 2001 From: RP1 Date: Wed, 16 Apr 2025 15:39:53 +0000 Subject: [PATCH] Update ros-progs-gui.sh --- ros-progs-gui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index 66aafc1..bf5c273 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -322,7 +322,7 @@ fi if [[ $user_choice = *"OCCT - Stress Test progi"* ]]; then echo echo --------------------------------------------- - echo Installing ${bold}${yellow}Printers${normal} + echo Installing ${bold}${yellow}OCCT Stress test${normal} sudo wget https://www.ocbase.com/download/edition:Personal/testing:true/os:Linux -O /usr/local/bin/progs/OCCT sudo mkdir -p /opt/OCCT/ @@ -332,7 +332,7 @@ if [[ $user_choice = *"OCCT - Stress Test progi"* ]]; then sudo chmod +x /usr/share/applications/occt.desktop sudo cp -a occt-icon.png /usr/share/icons - echo ${bold}${yellow}Printers ${normal}installed. + echo ${bold}${yellow}OCCT Stress Test ${normal}installed. echo --------------------------------------------- echo fi