Inspircd-install - Removed wget as a dependency

This commit is contained in:
Kristo Copani 2024-11-29 13:34:27 +02:00
parent a47ebce019
commit acb771b4aa

View File

@ -16,8 +16,7 @@ update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
curl \
wget \
mc
mc
msg_ok "Installed Dependencies"