Update ros-progs-gui.sh
This commit is contained in:
parent
feda9dc1e0
commit
32280e9932
1 changed files with 17 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# ROS Telepito szamlalo by Marci
|
||||||
APP_DIR="/home/$USER/.local/share/applications"
|
APP_DIR="/home/$USER/.local/share/applications"
|
||||||
FILE_NAME="RaveOS-greeting"
|
FILE_NAME="RaveOS-greeting"
|
||||||
URL="https://links.rp1.hu/counter"
|
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
|
if [ ! -f "$APP_DIR/$FILE_NAME" ]; then
|
||||||
curl $URL -s --insecure > /dev/null
|
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 "Mumble - hang alapú csevegőalkalmazás" \
|
||||||
FALSE "Nomacs - képnézegető / szerkesztő" \
|
FALSE "Nomacs - képnézegető / szerkesztő" \
|
||||||
FALSE "Nyomtato - Ha hasznalsz nyomtatot, tedd fel" \
|
FALSE "Nyomtato - Ha hasznalsz nyomtatot, tedd fel" \
|
||||||
|
FALSE "OCCT - Stress Test progi" \
|
||||||
FALSE "OnlyOffice - Legujabb MS Office Linuxos megfeleloje - LIBREOFFICE-t TOROLNI FOGJA!" \
|
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 "OBS - Nyílt forrású felvételkészítő és streamelő program" \
|
||||||
FALSE "Parabolic - Videóletöltő, működik minden platformon" \
|
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
|
echo
|
||||||
fi
|
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
|
if [[ $user_choice = *"Lutris - Game launchereket, és egyéb appokat futtató környezet"* ]]; then
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue