speed up setup script by removing non essentials

This commit is contained in:
Charmunks 2025-11-06 14:11:09 -05:00
parent 9d9f69f6e0
commit 5067e21d92

View file

@ -15,16 +15,11 @@ sudo apt install -y \
wget \
git \
nano \
htop \
tree \
unzip \
zip \
build-essential \
software-properties-common \
apt-transport-https \
ca-certificates \
gnupg \
lsb-release
gnupg
echo "🐍 Setting up Python environment..."
sudo apt install -y \
@ -34,8 +29,6 @@ sudo apt install -y \
python3-dev \
python3-setuptools
python3 -m pip install --user pipx
python3 -m pipx ensurepath
echo "📗 Setting up Node.js..."
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -