Update Bootstrap.sh

This commit is contained in:
Werner
2022-09-20 18:38:59 -03:00
committed by GitHub
parent 2687364597
commit d977304fde

View File

@ -14,7 +14,6 @@ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages sudo apt-add-repository https://cli.github.com/packages
# Dependencies # Dependencies
sudo apt install -y --no-install-recommends \ sudo apt install -y --no-install-recommends \
bash \ bash \
ca-certificates \ ca-certificates \
@ -24,21 +23,20 @@ sudo apt install -y --no-install-recommends \
ffmpeg \ ffmpeg \
g++ \ g++ \
gcc \ gcc \
neofetch \
gh \ gh \
git \ git \
gnupg \ gnupg \
gzip \ gzip \
gzip \
libc6-dev \ libc6-dev \
libgtk-3-dev \
libssl-dev \ libssl-dev \
libudev-dev \ libudev-dev \
libwebkit2gtk-4.0-dev \
llvm \ llvm \
make \ make \
mono-complete \
nano \ nano \
neofetch \
ninja-build \ ninja-build \
pkg-config \
python3 \ python3 \
tar \ tar \
unzip \ unzip \