From d36eaede1fb69cfdc1378214d480d2da6089f5ee Mon Sep 17 00:00:00 2001 From: RP1 Date: Wed, 12 Mar 2025 18:00:18 +0000 Subject: [PATCH] Update ros-progs-gui.sh --- ros-progs-gui.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) 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}