From b098cea148acd8080b2c08f8666920dac10ceb53 Mon Sep 17 00:00:00 2001 From: Justin Ashworth Date: Thu, 26 Dec 2024 14:21:08 -0500 Subject: [PATCH] Removed dependency --- installers/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/installer.sh b/installers/installer.sh index a8faf43..f09a16a 100644 --- a/installers/installer.sh +++ b/installers/installer.sh @@ -48,7 +48,7 @@ function __ubuntu_prerequisites() { # shellcheck disable=SC2034 DEBIAN_FRONTEND=noninteractive __log_debug "Installing Prequisites" - until apt-get install --assume-yes apt-utils dialog python-httplib2 jq net-tools wget lsb-release -qq > /dev/null; do + until apt-get install --assume-yes apt-utils dialog jq net-tools wget lsb-release -qq > /dev/null; do __log_error "Error during pre-requisite installation" sleep 2 done