diff --git a/simulate.sh b/simulate.sh index c274931472b906275f4e026c57108c2ecf5ab63f..0c599449d32f0dec785fd207786e14046a351a96 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