Update ros-progs-gui.sh

This commit is contained in:
RP1 2025-03-19 19:01:50 +00:00
parent feda9dc1e0
commit 32280e9932

View file

@ -1,9 +1,10 @@
#!/bin/bash
# ROS Telepito szamlalo by Marci
APP_DIR="/home/$USER/.local/share/applications"
FILE_NAME="RaveOS-greeting"
URL="https://links.rp1.hu/counter"
GREETING_TEXT="Köszönjük, hogy telepítetted az RaveOS GNOME Gaminx Linux-ot!"
GREETING_TEXT="Köszönjük, hogy telepítetted a RaveOS Linuxot!"
if [ ! -f "$APP_DIR/$FILE_NAME" ]; then
curl $URL -s --insecure > /dev/null
@ -76,6 +77,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Mumble - hang alapú csevegőalkalmazás" \
FALSE "Nomacs - képnézegető / szerkesztő" \
FALSE "Nyomtato - Ha hasznalsz nyomtatot, tedd fel" \
FALSE "OCCT - Stress Test progi" \
FALSE "OnlyOffice - Legujabb MS Office Linuxos megfeleloje - LIBREOFFICE-t TOROLNI FOGJA!" \
FALSE "OBS - Nyílt forrású felvételkészítő és streamelő program" \
FALSE "Parabolic - Videóletöltő, működik minden platformon" \
@ -319,6 +321,20 @@ if [[ $user_choice = *"Nyomtato - Ha hasznalsz nyomtatot, tedd fel"* ]]; then
echo
fi
if [[ $user_choice = *"OCCT - Stress Test progi"* ]]; then
echo
echo ---------------------------------------------
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 cp -a occt.desktop /usr/share/applications
sudo cp -a occt-icon.png /usr/share/icons
echo ${bold}${yellow}Printers ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"Lutris - Game launchereket, és egyéb appokat futtató környezet"* ]]; then
echo
echo ---------------------------------------------