From b3618394080e7d37c98b5c15eb9872cb39626cde Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Horv=C3=A1t?= <horvatda@proton.me>
Date: Wed, 12 Mar 2025 14:37:53 +0100
Subject: [PATCH] text

---
 simulate.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/simulate.sh b/simulate.sh
index c274931..0c59944 100644
--- a/simulate.sh
+++ b/simulate.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo "hello!"
+echo "Hello! I am a user."
 
 echo "I am installing my star program..."
 pacman -Sy --noconfirm not_a_virus
@@ -14,5 +14,5 @@ sleep 60
 echo "I am updating my distro now..."
 pacman -Syu --noconfirm
 
-echo "done!"
+echo "All done!"
 sleep 9999
-- 
GitLab