From dca0b3f632a2e6416ff04dc0d11a2d961752c541 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:17:58 -0800 Subject: [PATCH] added net-tools installation --- rebuilt-machine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index 0d1b7a9..3c64209 100644 --- a/rebuilt-machine.sh +++ b/rebuilt-machine.sh @@ -15,7 +15,7 @@ echo "${PURPLE} 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 +sudo apt -y install unzip vim curl default-jre cinnamon-desktop-environment vlc chromium-browser p7zip-full libfuse2 htop net-tools echo "${BLUE} DOWNLOADING QORTAL CORE AND QORT SCRIPT ${NC}\n"