From 6535c65fc150fbdc598f71d1ca3cb69459199dfe Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:56:07 -0700 Subject: [PATCH] Update rebuilt-machine.sh added a couple more useful packages for sensors applet --- rebuilt-machine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index 9bfe3fe..b054096 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 +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 echo "${YELLOW} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"