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
echo "[+] Updating System Packages..." echo "[+] Updating System Packages..."
echo echo
apt update -qq apt update -qq
echo
echo "[+] Upgrading System Packages..."
echo
apt upgrade -yqq
echo echo
echo "[+] Installing Dependencies..." echo "[+] Installing Dependencies..."
echo echo
apt install -yqq \ apt install -yqq \
zsh \ zsh \
curl \ curl \