From 762d85f9aae68befea25746ebecd0b5b3d72a392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Horv=C3=A1t?= <horvatda@proton.me> Date: Wed, 12 Mar 2025 14:27:58 +0100 Subject: [PATCH] updated second --- simulate.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/simulate.sh b/simulate.sh index 21411ed..21e5d96 100644 --- a/simulate.sh +++ b/simulate.sh @@ -2,16 +2,14 @@ echo "hello!" - -sleep 2000 echo "I am installing my star program..." pacman -Sy --noconfirm not_a_virus echo "Lets check the stars!" /usr/bin/not_a_virus -echo "I will wait 20 seconds for updates..." -sleep 20 +echo "I will wait 60 seconds for updates..." +sleep 60 echo "I am updating my distro now..." pacman -Syu --noconfirm -- GitLab