Update generic-linux-setup.sh
removed libz.so from main and will add to ARM only in the future.
This commit is contained in:
parent
bb7c043afe
commit
b55eed22c3
@ -15,9 +15,10 @@ echo "${YELLOW} UPDATING UBUNTU AND INSTALLING REQUIRED SOFTWARE PACKAGES ${NC}\
|
|||||||
|
|
||||||
sudo apt update
|
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 - 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 --purge remove ubuntu-advantage-tools
|
||||||
sudo apt -y upgrade
|
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"
|
echo "${YELLOW} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user