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