forked from RP1/RaveOS-arch
Update ros-progs-gui.sh
This commit is contained in:
parent
73708492c0
commit
a389708762
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ fi
|
||||||
if [[ $user_choice = *"OCCT - Stress Test progi"* ]]; then
|
if [[ $user_choice = *"OCCT - Stress Test progi"* ]]; then
|
||||||
echo
|
echo
|
||||||
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 wget https://www.ocbase.com/download/edition:Personal/testing:true/os:Linux -O /usr/local/bin/progs/OCCT
|
||||||
sudo mkdir -p /opt/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 chmod +x /usr/share/applications/occt.desktop
|
||||||
sudo cp -a occt-icon.png /usr/share/icons
|
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 ---------------------------------------------
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue