mirror of
https://github.com/System-End/spaces.git
synced 2026-04-19 22:15:16 +00:00
speed up setup script by removing non essentials
This commit is contained in:
parent
9d9f69f6e0
commit
5067e21d92
1 changed files with 1 additions and 8 deletions
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue