From 91403f4d8b12df2efab518d8a199d1f5ee0d7a11 Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 23 Feb 2023 21:23:59 -0300 Subject: [PATCH] Update Ubuntu.sh --- Scripts/Ubuntu.sh | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Scripts/Ubuntu.sh b/Scripts/Ubuntu.sh index b57eb24..1e9c751 100644 --- a/Scripts/Ubuntu.sh +++ b/Scripts/Ubuntu.sh @@ -9,45 +9,46 @@ sudo apt update && sudo apt upgrade -y # Dependencies sudo apt install -y --no-install-recommends \ - autoconf \ - automake \ bash \ ca-certificates \ - clang \ - cmake \ curl \ - ffmpeg \ file \ - g++ \ - gcc \ gh \ git \ gnupg \ gzip \ htop \ iputils-ping \ - libc6-dev \ - libluajit-5.1-dev \ - libncurses5-dev \ - libssl-dev \ - libudev-dev \ - llvm \ lsb-release \ - make \ - mono-complete \ nano \ neofetch \ - nginx \ - ninja-build \ python3 \ samba \ tar \ unzip \ wget \ xz-utils \ - youtube-dl \ 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 sudo snap install powershell --classic