From 3843d3eb13c10484d1dc011edf0e0b504a4c4eda Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:58:18 -0700 Subject: [PATCH] Update install-qortal-headless.sh added jq and updated java version --- install-qortal-headless.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-qortal-headless.sh b/install-qortal-headless.sh index a9d58fb..8e14f48 100644 --- a/install-qortal-headless.sh +++ b/install-qortal-headless.sh @@ -15,7 +15,7 @@ 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-17-jre p7zip-full htop net-tools bpytop ffmpeg sysbench smartmontools +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