From 60ee379eeb056b7af334cc8c055786920571f6e2 Mon Sep 17 00:00:00 2001 From: crowetic Date: Fri, 22 Nov 2024 22:15:29 -0800 Subject: [PATCH] updated a few things on rebuilt-machine script - soon to move to generic script - use that now if you are using setup scripts --- rebuilt-machine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index b054096..d5b4daf 100644 --- a/rebuilt-machine.sh +++ b/rebuilt-machine.sh @@ -17,7 +17,7 @@ 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. sudo apt -y --purge remove ubuntu-advantage-tools sudo apt -y upgrade -sudo apt -y install gnome-software unzip vim curl default-jre cinnamon-desktop-environment 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 cinnamon-desktop-environment echo "${YELLOW} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"