fix: remove unnecessary dependency installations

This commit is contained in:
Wendy Liga
2025-12-27 21:02:38 +07:00
parent 3c4a18f969
commit e83b46ead9

View File

@@ -15,8 +15,6 @@ update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt install -y \ $STD apt install -y \
wget \
unzip \
nginx nginx
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"