#!/bin/bash echo "hello!" 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 60 seconds for updates..." sleep 60 echo "I am updating my distro now..." pacman -Syu --noconfirm echo "done!"