Update generic-linux-setup.sh

removed libz.so from main and will add to ARM only in the future.
This commit is contained in:
crowetic 2024-07-30 18:39:35 -07:00 committed by GitHub
parent bb7c043afe
commit b55eed22c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,9 +15,10 @@ echo "${YELLOW} UPDATING UBUNTU AND INSTALLING REQUIRED SOFTWARE PACKAGES ${NC}\
sudo apt update
# TODO - check if the system is ubuntu, if so then remove the bullshit ubuntu-advantage-tools, then re-install gnome-software - for now, just purge it and install gnome-software assuming it's an ubuntu-compatible distro.
# TODO - make sure to install libz.so on ARM
sudo apt -y --purge remove ubuntu-advantage-tools
sudo apt -y upgrade
sudo apt -y install gnome-software unzip vim curl openjdk-17-jre zlib1g-dev libz.so vlc chromium-browser p7zip-full libfuse2 htop net-tools bpytop ffmpeg sysbench smartmontools ksnip xsensors fonts-symbola lm-sensors
sudo apt -y install gnome-software unzip vim curl openjdk-17-jre zlib1g-dev vlc chromium-browser p7zip-full libfuse2 htop net-tools bpytop ffmpeg sysbench smartmontools ksnip xsensors fonts-symbola lm-sensors
echo "${YELLOW} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"