Update Ubuntu.sh

This commit is contained in:
Werner
2023-02-23 21:23:59 -03:00
parent 991c9eefe1
commit 91403f4d8b

View File

@ -9,45 +9,46 @@ sudo apt update && sudo apt upgrade -y
# Dependencies # Dependencies
sudo apt install -y --no-install-recommends \ sudo apt install -y --no-install-recommends \
autoconf \
automake \
bash \ bash \
ca-certificates \ ca-certificates \
clang \
cmake \
curl \ curl \
ffmpeg \
file \ file \
g++ \
gcc \
gh \ gh \
git \ git \
gnupg \ gnupg \
gzip \ gzip \
htop \ htop \
iputils-ping \ iputils-ping \
libc6-dev \
libluajit-5.1-dev \
libncurses5-dev \
libssl-dev \
libudev-dev \
llvm \
lsb-release \ lsb-release \
make \
mono-complete \
nano \ nano \
neofetch \ neofetch \
nginx \
ninja-build \
python3 \ python3 \
samba \ samba \
tar \ tar \
unzip \ unzip \
wget \ wget \
xz-utils \ xz-utils \
youtube-dl \
zsh zsh
sudo apt install -y --no-install-recommends \
autoconf \
automake \
clang \
cmake \
ffmpeg \
g++ \
gcc \
libc6-dev \
libluajit-5.1-dev \
libncurses5-dev \
libssl-dev \
libudev-dev \
llvm \
make \
mono-complete \
ninja-build \
youtube-dl
# PowerShell # PowerShell
sudo snap install powershell --classic sudo snap install powershell --classic