diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index a6a68c5..abd412f 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -1,5 +1,15 @@ #!/bin/bash +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!" + +if [ ! -f "$APP_DIR/$FILE_NAME" ]; then + curl $URL -s --insecure > /dev/null + echo $GREETING_TEXT >"$APP_DIR/$FILE_NAME" +fi + # Text modifiers bold=$(tput bold) # ${bold} normal=$(tput sgr0) # ${normal}