Update install-qortal-headless.sh
added installations for VMs
This commit is contained in:
parent
5b7178b03a
commit
d47b6d611b
@ -15,10 +15,9 @@ echo "${YELLOW} UPDATING AND INSTALLING REQUIRED SOFTWARE PACKAGES ${NC}\n"
|
|||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y upgrade
|
sudo apt -y upgrade
|
||||||
sudo apt -y install unzip vim curl openjdk-21-jre p7zip-full htop net-tools bpytop ffmpeg sysbench smartmontools jq
|
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
|
||||||
# TODO - check if the system is ubuntu, if so then remove the bullshit ubuntu-advantage-tools, then re-install gnome-software.
|
sudo systemctl enable --now fstrim.timer
|
||||||
#sudo apt -y --purge remove ubuntu-advantage-tools
|
sudo systemctl enable --now qemu-guest-agent
|
||||||
#sudo apt -y install gnome-software
|
|
||||||
|
|
||||||
echo "${YELLOW} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"
|
echo "${YELLOW} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user