From 6a7bc85e4766bc77b94966cd3685c7101e2e837f Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:33:46 -0800 Subject: [PATCH] Update rebuilt-machine.sh adding modifications to remove ubuntu-pro bullshit. --- rebuilt-machine.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index 17f961b..8588a0f 100644 --- a/rebuilt-machine.sh +++ b/rebuilt-machine.sh @@ -16,6 +16,9 @@ echo "${YELLOW} UPDATING UBUNTU AND INSTALLING REQUIRED SOFTWARE PACKAGES ${NC}\ sudo apt update sudo apt -y upgrade sudo apt -y install unzip vim curl default-jre cinnamon-desktop-environment vlc chromium-browser p7zip-full libfuse2 htop net-tools bpytop ffmpeg sysbench smartmontools ksnip +# TODO - check if the system is ubuntu, if so then remove the bullshit ubuntu-advantage-tools, then re-install gnome-software. +#sudo apt -y --purge remove ubuntu-advantage-tools +#sudo apt -y install gnome-software echo "${YELLOW} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"