Update ros-progs-gui.sh

This commit is contained in:
RP1 2025-03-19 19:05:24 +00:00
parent 4c401bb677
commit 907f89904f

View file

@ -325,7 +325,11 @@ if [[ $user_choice = *"OCCT - Stress Test progi"* ]]; then
echo Installing ${bold}${yellow}Printers${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/OCCT
sudo mv /usr/local/bin/progs/OCCT /opt/OCCT/OCCT
sudo chmod +x /opt/OCCT/OCCT
sudo cp -a occt.desktop /usr/share/applications
sudo chmod +x /usr/share/applications/occt.desktop
sudo cp -a occt-icon.png /usr/share/icons
echo ${bold}${yellow}Printers ${normal}installed.