Update ros-progs-gui.sh

This commit is contained in:
RP1 2025-04-16 15:39:53 +00:00
parent 73708492c0
commit a389708762

View file

@ -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