From d47b6d611b763229ab4bfbbd0c504eeeb9f77db9 Mon Sep 17 00:00:00 2001 From: crowetic Date: Wed, 11 Jun 2025 16:54:49 +0000 Subject: [PATCH] Update install-qortal-headless.sh added installations for VMs --- install-qortal-headless.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install-qortal-headless.sh b/install-qortal-headless.sh index 8bbd16c..2401e87 100644 --- a/install-qortal-headless.sh +++ b/install-qortal-headless.sh @@ -15,10 +15,9 @@ echo "${YELLOW} UPDATING AND INSTALLING REQUIRED SOFTWARE PACKAGES ${NC}\n" sudo apt update sudo apt -y upgrade -sudo apt -y install unzip vim curl openjdk-21-jre p7zip-full htop net-tools bpytop ffmpeg sysbench smartmontools jq -# 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 +sudo apt -y install unzip vim curl openjdk-21-jre p7zip-full htop net-tools bpytop ffmpeg sysbench smartmontools jq qemu-guest-agent haveged util-linux +sudo systemctl enable --now fstrim.timer +sudo systemctl enable --now qemu-guest-agent echo "${YELLOW} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"