chore(install): clean up unnecessary echo statements

This commit is contained in:
2025-05-28 21:52:06 +02:00
parent 3c247864c9
commit ae9e3c8245

View File

@ -5,17 +5,11 @@ set -e
echo
echo "[+] Updating System Packages..."
echo
apt update -qq
echo
echo "[+] Upgrading System Packages..."
echo
apt upgrade -yqq
echo
echo "[+] Installing Dependencies..."
echo
apt install -yqq \
zsh \
curl \