Update ros-progs-gui.sh
This commit is contained in:
parent
4c401bb677
commit
907f89904f
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue