From acb771b4aaca2a8c2af60ed1de271dbb30615271 Mon Sep 17 00:00:00 2001 From: Kristo Copani Date: Fri, 29 Nov 2024 13:34:27 +0200 Subject: [PATCH] Inspircd-install - Removed wget as a dependency --- install/inspircd-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/inspircd-install.sh b/install/inspircd-install.sh index 5cdb59e3..aeed3f03 100644 --- a/install/inspircd-install.sh +++ b/install/inspircd-install.sh @@ -16,8 +16,7 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ curl \ - wget \ - mc + mc msg_ok "Installed Dependencies"